@import url(form.css);

* { margin: 0px; padding: 0px; font-size: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; }
a:link, a:visited { color: #b61f24; }
a:hover, a:active { color: #961f24; }
body { background-color: #bbb; font-size: 0.7em; color: #404040; line-height: 1.4em; }
h1 { font-size: 1.2em; padding-bottom: 0.3em; margin-bottom: 0.8em; font-weight: bold; }
h2 { font-size: 1.1em; font-weight: normal; margin-bottom: 0.3em; }
hr { display: none; }
img { border: 0px; }
input { vertical-align: middle; }
input.text, input.text-ghosted { padding: 2px; border: 1px solid #808080; }
input.text-ghosted { color: #808080; }
input.text { color: #000000; }
a.button, input.button { text-decoration: none; background-color: #6d949b; color: #fff; font-weight: bold; border: 0px; padding: 2px 5px; text-shadow: #555 1px 1px 1px; }
a.button:hover, input.button:hover { background-color: #7ea5ac; cursor: pointer; }
ol, ul { margin-left: 1.5em; padding-left: 1.5em; }
p { margin-bottom: 0.8em; }
select { vertical-align: middle; }

h1 a { text-decoration: none; }
h1 a:hover { text-decoration: underline; }

#top-nav-links { width: 922px; margin: 10px auto 0 auto; }
	#top-nav-links ul { margin: 0; padding: 0; list-style: none; }
		#top-nav-links ul li { display: block; float: left; margin: 0; padding: 0; }
			#top-nav-links ul li a { display: block; float: left; margin: 0; height: 50px; background-repeat: no-repeat; background-position: 0 0; }
			#top-nav-links ul li a:hover { background-position: 0 -50px; }
			#top-nav-links ul li a span { display: none; }
			#top-nav-links ul li a.link-home { background-image: url('../images/main_buttons/home-grey.gif'); width: 223px; }
			#top-nav-links ul li a.link-little-skiers { background-image: url('../images/main_buttons/little-skiers-grey.gif'); width: 243px; }
			#top-nav-links ul li a.link-teen-skiers { background-image: url('../images/main_buttons/teen-skiers-grey.gif'); width: 229px; }
			#top-nav-links ul li a.link-contact { background-image: url('../images/main_buttons/contact-grey.gif'); width: 226px; }

#root { width: 920px; background-color: #fff; background-repeat: no-repeat; margin: 0 auto; }
#head-container { width: 920px; margin: 0 auto; }
#header { background: #fff; padding: 5px 5px 0 5px; }
#footer { width: 920px; margin: 3px auto; font-size: 0.8em; color: white; text-align: right; }
#footer a { color: white; text-decoration: none; }

#left { width: 220px; float: left; background-color: #ffffff; height: 1%; }
		#mainmenu { padding: 10px 0 10px 10px; clear:both; }
		#mainmenu ul { list-style-type: none; margin: 0px; padding: 0px; margin-bottom: 10px; }
		#mainmenu li { display: inline; }
		#mainmenu a:link, #mainmenu a:visited { display: block; color: #000000; text-decoration: none; }
		#mainmenu a span { display: block; }
		#mainmenu a:hover, #mainmenu a:active { text-decoration: underline; }
		#mainmenu a.level1 { font-weight: bold; color: #155977; }
		#mainmenu a.level2 { padding-left: 16px; }
		#mainmenu a.current_subcategory { color: #555; font-weight: bold; }
		#useful-info { padding: 10px 0 10px 10px; clear:both; list-style-image: url(../images/bullet_arrow_r.gif); }
		#useful-info a:link, #useful-info a:visited { display: block; color: #000000; text-decoration: none; }
		#useful-info a span { display: block; }
		#useful-info a:hover, #useful-info a:active { text-decoration: underline; }
		#useful-info a.level1 { font-weight: bold; color: #155977; }
		#useful-info a.level2 { padding-left: 16px; }

.home-nav { float: right; }
.navigation, .home-nav { list-style-type: none; padding-left: 0px; margin-left: 0px; }
.navigation li, .home-nav li { display: inline; }
.navigation a, .home-nav a { float: left; display: block; padding: 4px 10px; text-transform: uppercase; text-decoration: none; color: #b61f24; }
.navigation a:hover, .navigation a.active, .home-nav a:hover, .home-nav a.active { color: #961f24;}

.basket-overview { border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; padding: 2px 0; margin: 10px 0; }
.basket-overview table { width: 100%; }
#toplinks { float: right; width: 140px; height: 190px; margin: 0 0 10px 0; font-size: 0.8em; }
#toplinks ul { margin: 0 0 0 2px; list-style-image: url(../images/bullet_arrow_r.gif); }
/*#toplinks li { display: inline; }*/
#toplinks a { text-transform: uppercase; text-decoration: none; color: #000000; font-weight: bold; }
#toplinks a:hover, #toplinks a.active { color: #404040;}

#brandlogos { text-align: center; }

#main { padding-top: 0; height: 1%; padding: 6px; }
#banner-container { float: left; width: 765px; height: 190px; background: #fff; background-repeat: no-repeat; background-position: 0 0; }
#leftpanel { float: left; width: 200px; }
	#mainbody { float: right; width: 680px; }
	#maincontent { min-height: 200px; height: auto !important; height: 200px; }
		#maincontentpanel { padding: 0; }
		
#searchform { margin-left: 0px; }		

.gallerythumbnail { float: left; width: 82px; margin-right: 10px; margin-bottom: 10px; }
	.gallerythumbnail img { border: 1px solid #cccccc; }

.clear { clear: both; font-size: 0px; line-height: 0px; height: 0px; }

.align-left, align-l { text-align: left; }
.align-center, align-c { text-align: center; }
.align-right, align-r { text-align: right; }
.valign-top, .valign-t { vertical-align: top; }
.valign-middle, .valign-m { vertical-align: middle; }
.valign-bottom, .valign-b { vertical-align: bottom; }
.float-left, .float-l { float: left; }
.float-right, .float-r { float: right; }

.error { color: #ff0000; text-align: center; }

#mainbodypadding table { border-collapse: collapse; }
#mainbodypadding table th { background-color: #ECCF99; padding: 2px 3px; font-weight: normal; color: #ac4145; border: 1px solid #FFFFFF; }
#mainbodypadding table td { background-color: #F6ECCA; padding: 2px 3px; vertical-align: top; border: 1px solid #FFFFFF; }

div.hr hr { display: none; }
div.hr { padding-top: 2px; margin-bottom: 4px; border-bottom-style: solid; border-bottom-width: 1px; }

#categories { margin-top: 30px; border-top: 1px solid #808080; padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #808080; }
.left-panel { margin-top: 10px; border-top: 1px solid #808080; border-bottom: 1px solid #808080; padding: 10px 0px; }
.left-panel h2 { color: #b61f24; margin-bottom: 8px; }

.shop-browser-category,
.shop-browser-product { position: relative; color: #ae479a; float: left; width: 147px; height: 220px; margin: 0px 10px 10px 0px; padding: 5px; display: inline; font-weight: bold; font-size: 10px; background: #eee; border: 1px solid #aaa; }
.shop-browser-category { height: 180px; }
.shop-browser-product-summary,
.shop-browser-category-summary { height: 150px; overflow: hidden; text-align: center; }
.shop-browser-product-summary h2,
.shop-browser-category-summary h2 { height: 50px; font-weight: bold; }
.shop-browser-category a,
.shop-browser-product a { color: #543894; text-decoration: none; }
.shop-browser-category a:hover,
.shop-browser-product a:hover { color: #765ab6; }
.shop-browser-category-image,
.shop-browser-product-image { text-align: center; }
.shop-browser-category-image a img,
.shop-browser-product-image a img { border: 1px solid #ccc; }
.shop-browser-category-image a:hover img,
.shop-browser-product-image a:hover img { border: 1px solid #aaa; }
.shop-browser-product-5-star { position: absolute; top: 0; left: 0; width: 43px; height: 43px; background: url(../images/5-star.png) no-repeat scroll 0 0; }

.basket th { background-color: #d0d0d0; padding: 3px; }
.basket td { background-color: #f0f0f0; padding: 3px; }

table.form th { background-color: #d0d0d0; padding: 3px; }
table.form td { background-color: #f0f0f0; padding: 3px; }

.featurebox {
	display: block;
	width: 325px;
	margin: 5px 5px 5px 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.featurebox a { color: #fff; font-weight: bold; text-decoration: none; }
.featurebox a:hover { color: #ddd; }

.featurebox-heading {
	display: block;
	margin: 0;
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	background: #000;
	opacity: 0.8;
	font-weight: bold;
	/*
	This is our only IE hack
	It should really be conditionally included...
	*/
	filter: alpha(opacity = 80);
}

.featurebox .featurebox-content {
	height: 77px;
	padding: 5px;
}

.featurebox .featurebox-content ul { margin: 0 0 0 5px; list-style-image: url(../images/bullet_arrow_r.gif); }
.featurebox .featurebox-content ul li a { color: #fff; text-decoration: none; font-weight: bold; }
.featurebox .featurebox-content ul li a:hover { color: #ddd; }

.wide-adv { width: 675px; margin: 10px 0; }
	.wide-adv h2 { display: block; height: 21px; line-height: 19px; margin: 0; padding: 0 5px; font-size: 10px; font-weight: bold; background: url(../images/grid_bg.gif) repeat-x scroll 0 0; border: 1px solid #aaa; }
	.wide-adv-content { padding: 5px; border-left: 1px solid #aaa; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa; }
		.wide-adv-content a { color: #155977; text-decoration: none; }
		.wide-adv-content a:hover { color: #388caa; }

.half-adv { width: 327px; margin: 10px 0; }
	.half-adv h2 { display: block; height: 21px; line-height: 19px; margin: 0; padding: 0 5px; font-size: 10px; font-weight: bold; background: url(../images/grid_bg.gif) repeat-x scroll 0 0; border: 1px solid #aaa; }
	.half-adv-content { padding: 5px; border-left: 1px solid #aaa; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa; }
		.half-adv-content a { color: #155977; text-decoration: none; }
		.half-adv-content a:hover { color: #388caa; }

.title {height:30px; line-height:30px; margin: 0 0 0 -2px;}

.special-offer { float: left; width: 150px; height: 200px; margin: 5px 8px 5px 0; padding: 5px; background: #fff; border: 1px solid #aaa; text-align: center; }
	.special-offer a { color: #155977; text-decoration: none; }
	.special-offer a:hover { color: #388caa; }


.blog-entry-container   { margin: 10px 0; padding: 5px 0; border-top: 1px solid #ccc; }
	.blog-entry-heading { font-size: 11px; font-weight: bold; color: #555; }
	.blog-last-update   { font-size: 10px; font-weight: normal; font-style: italic; }
	.blog-entry-content { padding: 10px 0 0 0; }

.blog-list { float: right; width: 140px; margin-top: 0; padding: 10px; background: #eee; border: 1px solid #ccc; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.blog-list ul { margin: 0 0 0 2px; list-style-image: url(../images/bullet_arrow_r.gif); }
.blog-list h2 { font-weight: bold; }

.blog-post { float: left; width: 320px; height: 60px; margin: 5px 8px 5px 0; padding: 5px; background: #eee; border: 1px solid #aaa; }
	.blog-post p { margin: 0; padding: 0; }
	.blog-post a { color: #155977; text-decoration: none; }
	.blog-post a:hover { color: #388caa; }


/**
 * Blog style and layout
 */
.blog-smaller { color: #969697; font-size: 0.9em; }
.blog-separator { margin: 10px 0 0 0; }
.entry-image img { padding: 10px 10px 0 0; }
a#blog-rss { display: block; width: 110px; height: 32px; background: url(../images/rss-subscribe.png) no-repeat scroll 0 0; text-decoration: none; }
a#blog-rss:hover { background-position: 0 -32px; }
a#blog-rss span { display: none; }

#blog-categories { font-size: 1.1em; }
#blog-categories .blog-category { margin-bottom: 10px; }
#blog-categories .blog-cat-head { padding: 5px; background: #eee; color: #969697; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
#blog-categories .blog-cat-content { font-size: 1em; margin-top: 5px; padding: 0 5px 5px 5px; }

#blog-entries { font-size: 1.1em; }
#blog-entries .blog-entry { margin-bottom: 10px; }
#blog-entries .blog-entry-head { margin-bottom: 5px; padding: 5px; background: #eee; color: #969697; border: 1px solid #ccc; -webkit-border-radius: 5px; -moz-border-radius: 5px; font-size: 11px; }
#blog-entries .blog-entry-content { font-size: 1em; padding: 0 5px 5px 5px; }

#blog-entry-info { margin: 0; padding: 5px; background: #eee; color: #969697; border: 1px solid #ccc; font-size: 1.1em; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
#blog-entry-content { margin-bottom: 30px; margin-top: 5px; background: #fff; padding: 5px 0; border: 0; font-size: 1.1em; }

#blog-entry-tags { margin: 0; padding: 5px; background: #eee; color: #969697; border: 1px solid #ccc; -webkit-border-radius: 5px; -moz-border-radius: 5px; }

#blog-entry-social ul { list-style: none; margin: 0; padding: 0; }
#blog-entry-social li { display: block; float: left; margin: 0 5px 0 0; padding: 0; }
#blog-entry-social li a img { opacity: 0.8; }
#blog-entry-social li a:hover img,
#blog-entry-social li a:focus img { opacity: 1; margin-top: -1px; margin-bottom: 1px; }

#blog-entry-live-social { margin: 10px 0; padding: 0; }

#blog-entry-comments { width: 500px; margin: 10px 0; }
#blog-entry-comments .blog-entry-comment { margin-bottom: 10px; }
/*#blog-entry-comments .blog-entry-comment-head { height: 15px; background: url(../images/comment-head.png) no-repeat scroll 0 0; }*/
#blog-entry-comments .blog-entry-comment-body { padding: 10px; background: #f4f4f4; border: 1px solid #ccc; border-bottom: 0; }
#blog-entry-comments .blog-entry-comment-body h1 { margin: 0; padding: 0 0 5px 0; font-size: 14px; }
#blog-entry-comments .blog-entry-comment-foot { height: 16px; background: url(../images/comm-foot.png) no-repeat scroll 0 0; padding: 2px 50px;}

#blog-cat-list { }

#tagcloud { margin: 20px 0 10px 0; }
#tagcloud a { padding-right: 3px; }
#tagcloud .smallest { font-size: 10px; }
#tagcloud .small { font-size: 12px; }
#tagcloud .medium { font-size: 14px; }
#tagcloud .large { font-size: 16px; }
#tagcloud .largest { font-size: 18px; }

.small-blog-entry { border-bottom: 1px solid #eee; margin-bottom: 5px; }

/**
 * News ticker
 */
#news-ticker { width: 315px; }
/*
#news-ticker a { color: #333; }
#news-ticker a:hover { color: #555; }
*/
#news { list-style: none; display: block; float: left; width: 305px; margin: 0; padding: 0; height: 129px; line-height: 16px; overflow: hidden; }
#news li { margin: 0; padding: 0; display: inline; }
#news-ticker .ticker-controls { float: right; list-style: none; margin: 0; padding: 0; }
#news-ticker .ticker-controls li { margin: 0; padding: 0; display: inline; }
#news-ticker .ticker-controls li a { display: block; float: left; width: 16px; height: 16px; background-position: 0 0; outline: none; }
#news-ticker .ticker-controls li.resume a { background: url(../images/ticker_play.png) no-repeat scroll 0 0; }
#news-ticker .ticker-controls li.pause a { background: url(../images/ticker_pause.png) no-repeat scroll 0 0; }
#news-ticker .ticker-controls li.stop a { background: url(../images/ticker_pause.png) no-repeat scroll 0 0; }
#news-ticker .ticker-controls li.next a { background: url(../images/ticker_next.png) no-repeat scroll 0 0; }
#news-ticker .ticker-controls li.previous a { background: url(../images/ticker_prev.png) no-repeat scroll 0 0; }
#news-ticker .ticker-controls li a:focus,
#news-ticker .ticker-controls li a:hover { background-position: 0 -16px; }
#news-ticker .ticker-controls li a:active { background-position: 0 -32px; }


#product-lhs { float: left; width: 200px; margin: 0 10px 20px 0; }
	#main-product-image { margin-bottom: 5px; }
	#main-product-image a { display: block; width: 200px; height: 200px; border: 1px solid #ccc; }
	#main-product-image a:hover { border: 1px solid #888; }
	#product-images { margin-bottom: 20px; }
	#product-images .product-thumb-image a { display: block; width: 95px; height: 95px; border: 1px solid #ccc; margin-bottom: 5px; }
	#product-images .product-thumb-image a:hover { border: 1px solid #888; }
	#product-rating { text-align: center; }

#product-rhs { float: right; width: 465px; }
	#product-prices { margin-top: 10px; padding: 10px; }
	#product-prices table { width: 100%; height: 50px; border-collapse: collapse; border-spacing: 0; }
	#product-prices table td { white-space: nowrap; }
	#product-list-price { font-size: 12px; color: #a70000; font-weight: bold; }
	#product_price { font-size: 16px; }
	#product_orderform { width: 1%; border-collapse: collapse; border-spacing: 0; }
	#product_orderform td { padding: 1px; width: 1%; white-space: nowrap; }
	#product_orderform td input { float: none; margin: 0; text-align: right; }

ul.rating { list-style: none; margin: 5px 0; padding: 0; }
ul.rating li { display: block; float: left; width: 24px; height: 24px; margin: 0; padding: 0; }
ul.rating li a { display: block; width: 24px; height: 24px; margin: 0; padding: 0; background: url(../reviews/skin/images/stars.png) no-repeat 0 0; outline: none; }
ul.rating li a:hover { display: block; width: 24px; height: 24px; margin: 0; padding: 0; background-position: 0 -24px; }
ul.rating li a span { display: none; }
ul.rating li.off a        { background-position: -72px 0; }
ul.rating li.off a:hover  { background-position: -72px -24px; }
ul.rating li.one a        { background-position: -48px 0; }
ul.rating li.one a:hover  { background-position: -48px -24px; }
ul.rating li.ttf a        { background-position: -24px 0; }
ul.rating li.ttf a:hover  { background-position: -24px -24px; }
ul.rating li.five a       { background-position: 0 0; }
ul.rating li.five a:hover { background-position: 0 0; }

.orig-textarea-info { margin-left: 132px; font-size: 12px; color: #000000; font-family: Tahoma, sans-serif; text-align: right; }
.warn-textarea-info { margin-left: 132px; font-size: 12px; color: #a70000; font-family: Tahoma, sans-serif; text-align: right; }

#reviews .review { margin-top: 10px; }
#reviews .review .left  { float: left; width: 87px; }
#reviews .review .left .avatar { width: 75px; height: 75px; background: #ddd; border: 1px solid #aaa; text-align: center; }
#reviews .review .left .user { padding-top: 5px; font-weight: bold; font-size: 10px; }
#reviews .review .left .total { font-size: 10px; }
#reviews .review .right { float: left; width: 560px; min-height: 140px; height: auto !important; height: 140px; padding: 10px 10px 0 10px; border: 1px solid #aaa; }
#reviews .review .right .subject { font-size: 13px; margin: 5px 0; }
#reviews .review .right .summary { margin: 0 0 10px 0; }
#reviews .review .right .actions a { text-decoration: none; }

#reviews .comments { float: left; width: 582px; margin-left: 87px; border-top: 0; padding: 5px 0; }
#reviews .comments .comment { width: 570px; padding: 5px; min-height: 30px; height: auto !important; height: 30px; background: #fff; border: 1px solid #aaa; border-bottom: 0; }
#reviews .comments .comment p { margin: 0; padding: 0 0 5px 0; }
#reviews .comments .comment-foot { height: 7px; margin-bottom: 10px; background: url(../reviews/skin/images/comment-foot.gif) no-repeat scroll 0 0; }

#reviews .write-comment textarea { width: 484px; height: 30px; margin: 0; padding: 5px; background: #fff; border: 1px solid #aaa; border-bottom: 0; font: 11px Verdana; }
#reviews .write-comment div { float: left; width: 496px; height: 48px; background: url(../reviews/skin/images/comment-foot.gif) no-repeat bottom left; }
#reviews .write-comment input.button { float: left; margin-top: 21px; }

#account-reviews .review { margin-bottom: 10px; padding: 5px; border: 1px solid #aaa; }
