/*
	Layout.css
	$Id: layout.css,v 1.194 2010/06/14 15:11:31 mattias.hill Exp $
*/ 

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000;
	background: url('../images/skeleton/bg.gif') 0 -9px repeat-x;
}

select,
input,
textarea {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000;
	font-size: 1.1em;
}

img {
	border: none;
	margin: 0;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color:#999;
}

.hidden, hr {
	display: none;
}

h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
}

h4.plate {
	display: block;
	padding: 7px 0 6px 8px;
	margin: 0 0 12px 0;
	font-size: 1.1em;
	line-height: 1.1em;
	color:#fff;
	text-transform: uppercase;
	background-color: #000;		
	clear: both;
}

h4.highlight {
	background-color:#EF7F01;
	clear:both;
	color:#FFFFFF;
	display:block;
	font-size:1.1em;
	line-height:1.1em;
	margin:0 0 12px;
	padding:7px 0 6px 8px;
	text-transform:uppercase;
}

h5 {
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0;
}

fieldset, form {
	margin: 0;
	padding: 0;
	display: block;
	border: none;
}

#product_info p.introduction {
	margin-left: 25px;
}

#product_price_info p.introduction {
	margin-left: 0;
}

p.introduction {
	font-size: 1.1em;
	line-height: 1.3em;
}

fieldset p.helper {
	color:#666666;
	margin:0 !important;
	padding-bottom:3px;
}

#top_wrapper {
	height: 130px;
	width: 100%;
}

#top_container {
	position: relative;
	height: 80px;
	width: 995px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 1px;
	display: block;
	margin: 0;
}

#logoImg{
	position: absolute;
	top: 42px;
	left: 27px;
	display: block;
	margin: 0;
}

#logoFlash{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin: 0;
	z-index: -1;
}

ul.normal {
	margin: 0 0 11px 0;
	padding: 0;
	list-style-type: none;
}

ul.normal li {
	padding: 0 0 0 11px;
	margin: 0 0 2px 0;
	font-size: 1.0em;
	background: url('../images/misc/bullet.gif') 0 4px no-repeat;
}

strong.bold {
	font-weight: bold;
}

/* Buttons -----------------------------------------------------------------*/     

a#topOkButton {
	bottom: -3px;
	_bottom: 0px;
}

.button,
.button_black {
	position: relative;
	display: block;
	float: left;
	height: 23px;
	margin: -3px 0 0 0;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	 /*background: url('../images/btns/right2.gif') 100% 0 no-repeat;*/
	background: url('../images/btns/right.gif') 100% 0 no-repeat;
	cursor: pointer;
}
.button_black {
	background: url('../images/btns/right_blackbg.gif') 100% 0 no-repeat;
}
.button_gray {
	position: relative;
	display: block;
	float: left;
	height: 23px;
	margin: -3px 0 0 0;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background: url('../images/btns/right_gray.gif') 100% 0 no-repeat;
	cursor: pointer;
}

.button_gray:hover {
	color: #fff;
}

.button:hover {
	color: #ccc;
}

.button_forward_gray a:hover {
	color: #fff;
}

.button span,
.button_black span {
	display: block;
	float: left;	
	height: 23px;
	line-height: 11px;
	font-size: 10px;
	margin: 0 0 0 -8px;
	padding: 6px 11px 0 10px;
	background: url('../images/btns/left.gif') 0 0 no-repeat;
	_margin-left:0;
}
.button_black span {
	background: url('../images/btns/left_blackbg.gif') 0 0 no-repeat;
}
.button_gray span {
	display: block;
	float: left;	
	height: 23px;
	line-height: 11px;
	font-size: 10px;
	margin: 0;
	padding: 6px 11px 0 10px;
	background: url('../images/btns/gray_left.gif') 0 0 no-repeat;	
}

.button_back {
	float: left;
	margin-left: 7px;
}

#faq_search_form .button{
	margin-left:9px;
	top:-2px;
}

.button_forward,
.button_forward_gray {
	float: right;
}

.login_button_container .button {
	margin: 0px;
	margin-top: -1px;
	margin-left: 10px;
}

#left_search .button {
	float: right;
	background: url('../images/btns/search_right.gif') 100% 0 no-repeat;
}

#left_search .button span {
	background: url('../images/btns/search_left.gif') 0 0 no-repeat;	
}

.buy a.button {
	background: url('../images/btns/buy_right.gif') 100% 0 no-repeat;
	_padding-left:0;
}

.buy a.button span {
	background: url('../images/btns/buy_left.gif') 0 0 no-repeat;
	_margin-left:0;	
}

.button_back .button {
	background: url('../images/btns/right.gif') 100% 0 no-repeat;
}

.button_back .button span {
	padding-left: 17px;
	background: url('../images/btns/back_left.gif') 0 0 no-repeat;	
}

.button_forward .button {
	background: url('../images/btns/forward_right.gif') 100% 0 no-repeat;
}

.button_forward .button span {
	padding-right: 21px;
	background: url('../images/btns/left.gif') 0 0 no-repeat;	
}

.button_forward_gray .button {
	cursor: default;
	background: url('../images/btns/forward_gray_left.gif') 100% 0 no-repeat;
}

.button_forward_gray .button span {
	padding-right: 21px;
	background: url('../images/btns/gray_left.gif') 0 0 no-repeat;	
}

.zoom .button {
	background: url('../images/btns/zoom_right.gif') 100% 0 no-repeat;
}

.zoom .button span {
	padding-left: 30px;
	background: url('../images/btns/zoom_left.gif') 0 0 no-repeat;	
}

.plate_grey a.button {
	background: url('../images/btns/plate_right.gif') 100% 0 no-repeat;
}

.plate_grey a.button span {
	background: url('../images/btns/plate_left.gif') 0 0 no-repeat;	
}

#display_options .button {
     background:transparent url(../images/btns/checkout_right.gif) no-repeat scroll 100% 0;
}

#display_options .button span {
     background: transparent url(../images/btns/checkout_left.gif) no-repeat scroll 0 0;
}


/* Icons -------------------------------------------------------------------*/

a.icon {
	display: block;
	float: left;
	margin: 0 15px 8px 0;
	padding: 3px 0 0 28px;	
	height: 16px;
	line-height: 1.1em;
	font-size: 1.1em;	
	text-decoration: none;
	color: #333;
}

#my_shop_administrate a.icon {
	display: block;
	float: none;
	margin: 0 15px 5px 0;
	padding: 3px 0 0 20px;	
	height: 16px;
	line-height: 1.1em;
	font-size: 1.1em;	
	text-decoration: none;
	color: #333;
}

#right_container a.icon {
	display: block;
	float: none;
	margin: 0 15px 5px 0;
	padding: 3px 0 0 20px;	
	height: 16px;
	line-height: 1.1em;
	font-size: 1.1em;	
	text-decoration: none;
	color: #333;
}

a.icon:hover, 
#my_shop_administrate a.icon:hover, 
#right_container a.icon:hover {
	color:#999;
}

.article a.print {
	background: url('../images/icns/print.gif') 0 0 no-repeat;
}

.article a.mail {
	background: url('../images/icns/mail.gif') 0 0 no-repeat;
}

.article a.comment {
	background: url('../images/icns/comment.gif') 0 0 no-repeat;
}

a.comment {
	background: url('../images/icns/comment.gif') -5px 0 no-repeat;
}

.article a.download {
	background: url('../images/icns/download.gif') 7px 0 no-repeat;
}

#my_shop_administrate a.close {
	background: url('../images/icns/my_shop_close.gif') 0 0 no-repeat;
}

#my_shop_administrate a.change {
	background: url('../images/icns/my_shop_change.gif') 0 0 no-repeat;
}

#my_shop_administrate a.delete {
	background: url('../images/icns/delete.gif') 0 0 no-repeat;
}

#my_shop_administrate a.open {
	background: url('../images/icns/my_shop_open.gif') 0 0 no-repeat;
}

#right_container a.add_to_list {
	background: url('../images/icns/add_to_list.gif') 0 0 no-repeat;
}

#right_container a.add_to_my_shop {
	background: url('../images/icns/add_to_my_shop.gif') 0 0 no-repeat;
}

#right_container a.mail {
	background: url('../images/icns/mail_2.gif') 0 0 no-repeat;
}

#right_container a.print {
	background: url('../images/icns/print_right.gif') 0 0 no-repeat;
}

#right_container a.qmark {
	background: url('../images/icns/qmark.gif') 0px 3px no-repeat;
}

.question_mark_icon {
	padding-right: 5px;
	vertical-align: middle;
}

h4.icon_giftcert,
h4.icon_email,
h4.icon_mobile {
	padding-left:	34px;
}
.icon_giftcert {
	background: url('../images/icns/giftcert_white.gif') 8px 7px no-repeat;
}
.icon_email {
	background: url('../images/icns/email_white.gif') 8px 7px no-repeat;
}
.icon_mobile {
	background: url('../images/icns/mobile_white.gif') 8px 7px no-repeat;
}
/* Content -----------------------------------------------------------------*/

#content_wrapper {
	position: absolute;
	top: 121px;
	left: 170px;
	width: 826px;
	background: url('../images/skeleton/bg_content.jpg') 0 0 no-repeat;
	padding: 14px 0 20px 0;
	margin: 1px 0 0 1px;
	
	min-height: 300px; /* overflow hack for FF */
	height: auto; !important; /* overflow hack for FF */
	height: 300px;
}

#content_wrapper_start {
	width: 825px;
	margin:40px 0 0 171px; 
	background: url('../images/skeleton/bg_content.jpg') 0 2px no-repeat;
	padding-top:15px;
	position: absolute;
	#left: 0;
	top:80px;
}

#content {
	width: 811px;
	margin: 0 0 0 15px;
	min-height: 240px; /* overflow hack for FF */
	height: auto;	
	#display:block;
}

#left_wrapper {
	float: left;
	margin: 42px 0 0 0;
	width: 170px;
}

#footer {
	float: none;
	clear: both;
	width: 800px;
	margin: 10px 0 0 15px;
	padding: 25px 0 0 10px;
	text-align: center;
	color: #4c4c4c;
	line-height: 15px;
	background: url('../images/skeleton/bg_footer.jpg') 0 0 repeat-x;
}

#footer a{
	color: #4c4c4c;
	text-decoration: underline;	
}

#footer a:hover {
	color: #999;
}

.indent_container {
	display: block;
	margin: 0 8px 15px 8px;
}

.qmark_link {
        background: url('../images/icns/qmark.gif') 0 center no-repeat;
        clear: left;
        display: block;
        height: 14px;
        line-height: 14px;
        margin: 0px;
        margin-top: -8px;
        margin-bottom: 20px;

        font-size: 1.1em;
        text-decoration: none;
}
.qmark_link a {
        text-decoration: none;
        display: block;
        padding-left: 20px;
        height: 14px;
}



.indent_container p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0;
}

p.indent_container {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: -5px 8px 15px 8px;
	#color: #000;
}
.bodytext_size {
	font-size: 1.1em;
	line-height: 1.3em;
}
.one_third_column {
	width:        150px;
	margin-right: 15px;
	float: left;
}
.one_half_column {
	width:        224px !important;
	width:		  225px;
	margin-right: 15px;
	float:        left;
}
/* Product stripes----------------------------------------------------------*/
.stripe {
	position: absolute;
	z-index: 200;
	top: 45px;
	left: 15px;

	width: 185px;
	height: 22px;
	padding: 5px 0px 0px 15px;

	background: url('../images/products/stripeGreen.gif') 0 0 no-repeat;
	
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	_top: 35px;
}

.stripe_small {
	position: relative;
	z-index: 210;
	width: 140px;
	height: 17px;
	margin-left: 15px;
	padding:  3px 0px 0px 10px;
	
	background: url('../images/products/stripeGreenSmall.gif') 0 0 no-repeat;

	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}
#product_added_notice {
	margin-top: -14px;
	z-index: 10000;
	width: 440px;
	position: absolute;
	display: none;
}
/* Ads ---------------------------------------------------------------------*/

#main_campaign {
	width: 810px;
	height: 300px;
	margin: 0;
	font-size: 1px;
}

#main_campaign img {
	width: 810px;
	height: 300px;
}

#category_campaign {
	width: 811px;
	margin: 0;
	font-size: 1px;
}

#category_campaign img {
	width: 811px;
}

#start_campaign {
	width: 810px;
	height: 100%;
	margin: -38px 0 11px 15px;
	font-size: 1px;
	padding: 0px;
}
#start_campaign dl {
	margin-bottom: 0px;
}
#start_campaign img {
	width: 810px;
	height: 339px;
}

#ad_article_start {
	width: 810px;
	height: 300px;
	margin: 0px 0 15px 0;
	clear: both;
}

#ad_article_start img {
	width: 810px;
	height: 300px;
	margin-top:0px;	
}

.ad_container {
	float: left;
	width: 150px;
	margin: 0px 0px 0 13px;
}

#start_right_ad_container {
	float:right;
	width:330px;
	height:l00%;
	margin-top:11px;
	_margin-top:1px;
}


.flash_container {
	margin-bottom: 15px;
}
#content .ad_container dl.tips {
	width:150px;
}

#content #middle_container dl.tips dd.img {
	float: left;
	margin: 0 15px 0 0;
	line-height: 5px;
}

#content .ad_container dl.tips2 {
	width:157px;
}

#content .ad_container dl.tips2 img {
	margin-bottom: 10px;
}

.ContentArea {
	width: 495px;
	float: left;
	margin-left:15px;
}
#content .ContentArea dl.tips,
#content .ContentArea .flash_container {
	display: inline;
}
#content .ContentArea .flash_container {
	float: left;
	display: block;
	margin-right: 15px;
	padding-bottom: 15px;
}
#content .ContentArea div.product {
	margin-top: 0px;
	margin-bottom: 15px;
}
#content .ContentArea div.product .description {
	left: 9px;
}
#content .ContentArea div.product img,
#content .ContentArea div.product .buy {
	left: 0px;
}
#content .ContentArea div.product .stripe_small {
	margin: 0px;
}

#content .ContentArea dl.tips a {
	margin-bottom: 12px;
	margin-right: 15px;
	display: block;

	float: left;
}


#content .ad_container .tips dt, 
#content .ad_container .tips dd{
	width:150px;
}
#content .ad_container .tips dd a {
	clear: both;
	display: block;
	float: none;
}

#start_campaign #flash_error {
	font-size: 10px;
	height: 80px;
	width: 450px;
	margin-top: 50px;
}
.ad_container #flash_error {
	font-size: 10px;
}
.ad_container a {
	display: block;
	margin: 0;
}

.ad_container img {
	margin: 0;
}

.ad_container a.first {
	margin-bottom: 1px;
}

/* Left --------------------------------------------------------------------*/

#left_search {
	position: relative;
	z-index: 20;
	clear: both;
	float: left;
	display: block;
	margin: 0 0 0 8px;
	border: 1px solid #b2b2b2;
	width: 153px;
	height: 67px;
	background: url('../images/skeleton/left/bg_search.gif') 0 0 repeat-x;
}

#left_search form {
	float: left;
	display: inline;
	margin: 8px 0px 0 7px;
	padding: 0 0 0 0;
	width: 140px;
}

#left_search form fieldset {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	width: 140px
}

#left_search h3 {
	display: block;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	line-height: 10px;
	width: 153px;
	height: 31px;
	padding: 0;
	margin: 0;
	background: url('../images/skeleton/left/header_search.gif') 0 0 no-repeat;
}

#left_search h3 span {
	display: block;
	margin: 9px 0 0 29px;
}

#left_search label {
	display: none;
}

#left_search input.text {
	display: inline;
	float: left;
	width: 90px;
	border: 1px solid #000;
	margin: 0;
}

#left_basket {
	clear: both;
	float: left;
	display: block;
	margin: 0px -3px 20px 8px;
	#margin: 0px -3px 20px 4px;
	border: 1px solid #b2b2b2;
	width: 153px;
	background: #e2e2e2 url('../images/skeleton/left/bg_basket.gif') 0 0 repeat-x;	
}

#left_basket h3 {
	display: block;
	float: left;
	color: #333;
	line-height: 10px;
	width: 153px;
	height: 31px;
	padding: 0;
	margin: 0 0 10px 0;
	background: url('../images/skeleton/left/header_basket.gif') 0 0 no-repeat;
}

#left_basket h3 span {
	display: block;
	margin: 11px 0 0 29px;
}
.miniChart {
	border-collapse: collapse;
	clear: both;
	padding: 0px;
	width: 138px;
	margin: 0px;
	margin-left: 7px;
}
.miniChart td.leftCell,
.miniChart td.rightCell {
	padding: 0px;
	padding-bottom: 7px;
	margin: 0px;
}
.miniChart td.leftCell {
	padding-right: 3px;
}
.miniChart td.rightCell {
	text-align: right;
	vertical-align: bottom;
}
.miniChart td.leftCell div {
	float: left;
	overflow: hidden;
}
.miniChart td.rightCell div {
	float: right;
}
#left_basket dl {
	clear: both;
	display: block;
	width: 138px;
	margin: 0px;
	margin-left: 7px;
	padding: 0px;
	line-height: 10px;
}

#left_basket dl dt {
	clear: left;
	display: block;	
	margin: 0 0 6px 0;
	padding: 0px;
	float: left;
	/*width: 92px;*/
}

#left_basket dl dd {
	display: block;
	margin: 0 0 6px 0;	
	padding: 0px;
	float: right;
	clear: right;
	/*white-space: nowrap;*/
	height: 1%;
}

#left_basket a {
	text-decoration: underline;
	text-transform:uppercase;
}
#left_basket .button_container {
	position: static;
	margin-top: 10px;
	margin-left: 7px;
}

#left_basket .button_container a {
	text-decoration: none;
}
#checkout_button {
	height: 24px;
}
#checkout_button a {
	background: url('../images/btns/checkout_right.gif') 100% 0 no-repeat;
}
#checkout_button a span {
	background: url('../images/btns/checkout_left.gif') 0 0 no-repeat;
}

#left_basket a.checkout {
	display: block;
	margin: 11px 0 14px 8px;
}

#left_basket dl dt.sum,
#left_basket dl dd.sum {
	margin: 8px 0 0 0;
	font-weight: bold;
	font-size: 1.1em;
	height: 12px;
}

/* Breadcrumbs ------------------------------------------------------------*/
#content div.right {
	float: right;
}

#content div.left {
	float: left;
}

.breadcrumbs {	
	margin: 10px 5px 0 17px;
	padding: 2px 5px 2px 0;
}
.breadcrumbs a,
.breadcrumbs span.active {
	background: transparent url('../images/icns/angle_quot_mark.gif') no-repeat center right;
	padding-right: 8px;
	margin-right: 3px;
	/* Looks weird without anti-alising */
	/*font-family: "Century Gothic", Verdana, sans-serif;*/
	font-size: 1.1em;
}
.breadcrumbs span.active.section {
	color: #b2b2b2;
}
.breadcrumbs span.active.category {
	font-weight: bold;
	background: none;
	padding: 0;
}

/* Productpage ------------------------------------------------------------*/

#content .heading {
	clear: both;	
	padding: 16px 0px 23px 12px;
	background: url('../images/skeleton/bg_footer.jpg') repeat-x 0 -10px;
	zoom: 1;
	/*display: block;
	margin-left: 6px;
	display: block;
	position: relative;
	_position: left;
	width: 780px;
	_padding: 24px 10px 26px 15px;*/
}
#content .heading_2 {
	clear: both;	
	padding: 16px 0px 23px 12px;
	background: url('../images/skeleton/bg_footer.jpg') repeat-x 0 -10px;
	zoom: 1;
}
#content .heading_2 h2 {
	font-size:1.1em;
	margin: 0px;
	font-weight:normal;
}
#content .heading_2 h1 {
	margin: 0px;
	margin-right: 10px;
	font-size:35px;	
}

#content .heading img {
	float: left;
	margin-right: 10px;
}

#content .heading h1 {
	margin: 0px;
	margin-right: 10px;
	font-size:35px;
	/*display:block;
	font-size:35px;
	line-height:1em;
	margin:0 9px 0 0;
	max-width:330px;
	padding:0;
	visibility:hidden;
	margin-left: -7px;*/
	/*float: left;*/
	/* IE7 Max-width hack */
	/*width:expression(document.body.clientWidth > 329? "330px");*/
	/* IE6 */
	/*_margin:1px 9px 0 13px;*/
	/*_margin-left: -3px;*/
	/*_float: left;
	_display: block;
	_zoom: 1;*/
}
	
#content .heading p {
	font-size:1.1em;
	font-weight:bold;
	margin: 0;
	padding:4px 0 0;
	visibility:hidden;
	/*float: left;*/
	display:block;
}

#content .heading h2 {
	font-size:1.1em;
	/*display:inline;*/
	margin: 0px;
	font-weight:normal;
	/*font-size:1.1em;
	font-weight:bold;
	margin: 0;
	padding:4px 0 0;*/
	/* visibility:hidden; */
	/*float: left;*/
	/*display:block;
	position:absolute;
	top: 27px;
	left: 141px;*/
}
#product_container {

}

#product_container #product_img_container img {
	margin-left: 24px;
	height: 376px;
	width: 454px;
}

#product_container #prod_nav_container {
	position: relative;
	top: 0;
	left: 0;
	width: 480px;
	height: 82px;
	background: url('../images/skeleton/nav_product/bg.jpg') 0 0 repeat-x;
}

#product_container #prod_nav_container .zoom {
	position: absolute;
	bottom: 20px;
	right: 17px;
}

#product_container #prod_nav_container #thumbs_container {
	position: absolute;
	bottom: 20px;
	left: 17px;
}

#product_container #prod_nav_container #thumbs_container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#product_container #prod_nav_container #thumbs_container ul li {
	display: block;
	float: left;
	margin: 0 6px 0 0;
	padding: 0;	
}
#product_container #prod_nav_container #thumbs_container ul li span {
	display: block;
}
#product_container #prod_nav_container #thumbs_container ul li a {
	display: block;
	border: 1px solid #999;
}

#product_container #prod_nav_container #thumbs_container ul li a:hover {
	border: 1px solid #000;
}

#product_container #prod_nav_container #thumbs_container ul li a.on {
	border: 1px solid #000;
	cursor: default;
}

#product_container #prod_nav_container #prod_nav {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 480px;
	margin: 0;
}

#product_container #prod_nav_container #prod_nav ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
}

#product_container #prod_nav_container #prod_nav ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.1em;
	text-transform: uppercase;
}

#product_container #prod_nav_container #prod_nav ul li.on {
	background: url('../images/skeleton/nav_product/tab_right_on.gif') 100% 0 no-repeat;
}

#product_container #prod_nav_container #prod_nav ul li.on a {
	float: left;
	height: 30px;
	display: block;
	padding: 0 13px 0 14px;
	text-decoration: none;	
	color: #000;	
	background: url('../images/skeleton/nav_product/tab_left_on.gif') 0 0 no-repeat;
}

#product_container #prod_nav_container #prod_nav ul li.off {
	background: url('../images/skeleton/nav_product/tab_right_off.gif') 100% 0 no-repeat;
}

#product_container #prod_nav_container #prod_nav ul li.off a {
	float: left;
	height: 30px;
	display: block;
	padding: 0 13px 0 14px;	
	text-decoration: none;
	color: #666;
	background: url('../images/skeleton/nav_product/tab_left_off.gif') 0 0 no-repeat;
}

#product_container #prod_nav_container #prod_nav ul li.off a:hover {
	color:#000;
}

#product_container #prod_nav_container #prod_nav ul li.off a span {
	display: block;
	margin: 12px 0 0 0;
}

#product_container #prod_nav_container #prod_nav ul li.on a span {
	display: block;
	margin: 13px 0 0 0;
}

/* Products ---------------------------------------------------------------*/

#product_filter {
	display: block;
	width: 810px;
	margin: 5px 0 0 0;
	float: left;
}

#product_filter label {
	display: none;
}


/*#product_filter h3,
#product_sort label {
	float: left;
	margin: 3px 15px 0 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
}*/


/* CHANGE */

.h3_fix {
	#left: 20px;
	_left: 20px;
}

#product_filter h3,
#product_sort h3,
#product_adv_filter h3 {
	float: left;
	margin: 3px 15px 0 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	position: absolute;
}
#product_adv_filter fieldset.indent,
#product_sort fieldset.indent {
	/*margin-left: 55px;*/
	margin-left: 70px;
}

#product_filter fieldset,
#product_adv_filter fieldset {
	/*margin-left: 55px;*/
	margin-left:70px;
	font-size: 1.1em;
	padding: 3px 7px 3px 5px;	
}
#product_sort fieldset {
	/*margin-left: 105px;*/
	margin-left:55px;
	font-size: 1.1em;
	padding: 3px 7px 3px 5px;
}

/* NEW */
#product_sort fieldset,
#product_adv_filter fieldset {
	display: inline;
}
#product_adv_filter fieldset {
	background: #ddd;
	border-left: 3px solid #767676;
}
#product_adv_filter .availability {
	float: left;	
	margin-right: 2px;
	width: 353px;
}
#product_adv_filter .sort {	
	display: block;
	clear: right;
	margin: 0 7px 0 0 !important;
	width: 281px;
	/* IE6 */
	_width: 278px;
}
#product_adv_filter .avdelning {	
	display: block;
	clear: right;
	margin: 0 6px 0 0 !important;
	height: 19px;
}
#product_adv_filter .product_type {
	clear: left;
	display: block;
	#margin-top: 2px;
	margin:2px 6px 0 0;
}
#product_adv_filter strong {
	margin-right: 5px;
}
#product_adv_filter label {
	white-space: nowrap;
}

#product_filter select {
	width: 155px;
	margin: 0 10px 0 0;
	float: left;
}

#product_filter #sex {
	width: 76px;
}

#product_filter a.button {
 display: none;
}

#product_adv_filter fieldset.indent #product_type_title { 
	float: left;	
	}
#product_adv_filter fieldset.indent #product_type_options {
	margin-left:76px;
	margin-top:-3px;
	_margin-top:-15px;
	width:638px;
}

#display_options {
	display: block;
	float: left;
	width: 810px;
	margin: 24px 0 0 0;
	padding: 15px 0 0 0;
	background: url('../images/products/bg_filter.gif') 0 0 repeat-x;
}

#display_options,
#product_sort,
/*#product_sort_ff,*/
#product_adv_filter {
	background:#EDEDED none repeat scroll 0 0;
	border-bottom:1px solid #FFFFFF;
	clear:both;
	padding:6px 0 6px 14px;
	width:790px;
}

/* NEW */
#display_options,
#product_sort,
/*#product_sort_ff,*/
#product_adv_filter {
	background: #ededed;
	/*width: 795px;*/
	width: 806px;
	/* padding: 6px 0 6px 14px;*/
	padding: 6px 0 6px 5px;
	border-bottom: 1px #fff solid;
	clear: both;
}

#product_sort {
	display: block;
	margin: 0 2px 0 0;
/*	float: left;*/
}

#product_sort_ff {
	display: block;
	margin: 0 2px 0 0;
/*	float: left;*/
}

#product_sort_factfinder {
	display: block;
	margin: 10px 9px 0 0;
	float: left;
}


/*CHANGED */
#product_sort fieldset {
	border-left: 3px #EDEDED solid;
}

/*CHANGED */
#product_sort select {
	width: 155px;
	margin: 0 4px;
	display: inline;
}

#product_sort a.button {
	display: none;
}

#per_page {
	float: left;
	margin: 0;
	margin-top: 1px;
}

#per_page h3 {
	float: left;
	margin: 3px 15px 0 0;
}

a.page_num {
	display: block;
	float: left;
	margin: 1px 4px 0 0;
	/* margin: 0;*/
	width: 22px;
	border: 1px solid #b2b2b2;
	line-height: 10px;
	font-size: 10px;
	padding: 2px 0 2px 0;
	text-align: center;
	text-decoration: none;
	color: #666;
	background: #ffffff;	
	#padding-top: 3px;
}
a.page_num:hover {
	border: 1px solid #000;
	color: #000;
}
span.page_num_on, span.page_num_show_all_on {
	display: block;
	float: left;
	margin: 1px 4px 0 0;
	line-height: 10px;
	font-size: 10px;
	padding: 2px 5px;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
	background-color: #000;
	color: #fff;
	#padding-top: 4px;
}

a.page_num_show_all
 {
	text-transform: uppercase;
	display: block;
	float: left;
	margin: 1px 4px 0 0 ;
	border: 1px solid #b2b2b2;
	line-height: 10px;
	font-size: 10px;
	padding: 2px 5px 2px 5px;
	text-align: center;
	text-decoration: none;
	color: #666;
	background: #ffffff;
	#padding-top: 3px;
}

a.page_num_show_all_on
 {
	width: 60px;
	text-transform: uppercase;
	display: block;
	float: left;
	margin: 1px 4px 0 0 ;
	border: 1px solid #b2b2b2;
	line-height: 10px;
	font-size: 10px;
	padding: 2px 0 2px 0;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	color: #fff;
}

a.page_all {
	display: block;
	float: left;
	margin: 1px 4px 0 0 ;
	width: 30px;
	border: 1px solid #b2b2b2;
	line-height: 10px;
	font-size: 10px;
	padding: 2px 0 2px 0;
	text-align: center;
	text-decoration: none;
	color: #666;	
}
a.page_all:hover {
	border: 1px solid #000;
	color: #000;
}
span.page_all_on {
	display: block;
	float: left;
	margin: 1px 4px 0 0 ;
	width: 32px;
	line-height: 10px;
	font-size: 10px;
	padding: 3px 0 3px 0;	
	text-align: center;
	text-decoration: none;
	background-color: #000;
	color: #fff;
}

/* CHANGED */ 
#paginating_wrapper #paginating {
	float: left;
	margin: 10px -4px 0 0px;
	/* margin: 10px 1px 0 5px; */
	padding-left: 10px;
	/*padding-left: 239px; */
	font-size: 1px;
	border-left: 1px solid #CCCCCC;
	display: inline;
	#padding-left: 8px;
}

#paginating_wrapper {
	float: left;
}

/* CHANGED */
#paginating_wrapper #paginating h3 {
	margin: 2px 10px 0 0;
	display: inline;
	float: left;
	font-size: 11px;
}

#paginating_wrapper .page_counter {
	font-size: 1.1em;
	margin: 12px 9px 0 0;
	float: left;
	/*border-left: 1px #ccc solid;*/
	padding-left: 10px;
}

.page_counter {
	float:left;
	font-size:1.1em;
	margin:7px 12px 0 0;
	#margin-top: 20px;
}

#paginating {
	display:inline;
	float:left;
	font-size:1px;
	margin:-3px -4px 0 5px;
	padding-left:10px;
}

#oldStylePaginating #paginating {
	margin-top: 6px;
}	

#oldStylePaginating .page_counter {
	margin-top: 12px;
}	

#paginating_wrapper .page_counter_without_leftborder {
	float:left;
	font-size:1.1em;
	margin:12px 12px 0 0;
}

#product_listing,
#product_listing_2 {
	display: block;
	float: left;
	width: 825px;
	/*margin: 9px 0 -5px -15px;*/
	margin: 9px 0 -13px -15px;
	_margin-bottom:0px;
	padding: 1px 0 0 0;
	font-size: 1px;
	/*background: url('../images/products/bg_listing.gif') 0 0 no-repeat;*/
}
#product_listing_2 {
	width: auto;
	background-image: none;
}
#product_listing_2 .product {
	margin-top:    0px;
	margin-bottom: 12px;
}

form#product_listing_2 {
	margin-top: 0px;
	padding: 0px;
}

#product_listing_start,
#my_wishlist_product_listing {
	float: left;
	width: 495px;
	/*margin: 0 0 0 -15px;*/
	margin: 0 0 0 -15px;
	#margin: 0 0 2px -15px;
	font-size: 0px;
}

#product_info #product_listing_start {
	margin-left: -15px;
	#margin-left: -12px;
}

/* Modified */
#product_listing_category {
	clear: none;
	float: left;
	width: 660px;
	/*margin: -12px 0 0 -30px;*/
	margin-left: -12px;
}
.product_heading {
	height: 23px;
	background: #000000;
	margin: 0px 0 0 12px;
	position: relative;
	clear: left;
	display: block;
	/*_margin: 0 0 0 15px;*/
	width: 645px;
}
.product_heading ul.tab.left {
	padding: 0 0 0 7px;
	float: left;
	position: absolute;
	bottom: 0;
	_bottom: -1px;
	margin: 0;
}
.product_heading ul.tab.right {
	padding: 0;	
	float: right;
	position: absolute;	
	right: 8px;
	bottom: 0;
	_bottom: -1px;
	margin: 0;
}
.product_heading ul.tab li {
	background: #fff url("../images/skeleton/nav_product/tab_heading_right.gif") 100% 0 no-repeat;
	display: block;
	float: left;
	height: 16px;	
}
.product_heading ul.tab li a {
	background: url("../images/skeleton/nav_product/tab_heading_left.gif") 0 0 no-repeat;
	text-transform: uppercase;
	padding: 2px 9px 0 16px;
	font-size: 1.1em;
	display: block;	
	line-height: 1.1em;
}
.product_heading ul.tab li a span {
	display: block;
	margin-top: 2px;
	margin-left: -3px;
	#margin-left: -6px;
}
.product_heading ul.tab.left li a {
	font-weight: bold;
	text-decoration: none;
}

.product {
	position: relative;
	float: left;
	display: block;
	margin:15px -3px 14px -3px; /* drat */
	padding: 0 0 0 0;
	height: 220px;
	width: 171px;
	font-size: 10px;
}

#step_one_four .product{
	margin: 2px -3px 14px -15px;
}
#step_five .product{
	margin: 0px -3px 14px -15px;
}

#product_info .product {
	margin-top:5px;
}

#m1 .ContentArea .product {
	position: relative;
	float: left;
	display: block;
	margin:0px 30px 16px -15px; /* drat */
	padding: 0 0 0 0;
	height: 220px;
	width: 150px;/*168px;*/
	font-size: 10px;
}

#m1 .product {
	position: relative;
	float: left;
	display: block;
	margin: 15px -3px 0px 0; /* drat */
	#margin-top: 19px;
	#margin-bottom: -4px;
	padding: 0 0 0 0;
	height: 220px;
	width: 168px;
	font-size: 10px;
}

.product img {
	width: 150px;
	height: 188px;
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 15px;
}

.product .description {
	position: absolute;
	z-index: 20;
	bottom: 32px;
	left: 24px;
	width: 135px;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 1.3em;
	font-size: 1.1em;	
}

html * > .product .description {
	bottom: 37px;
}

.product .description strong {
	text-transform: uppercase;
	display: block;
	margin: 0 0 -2px 0;
}

.product .description span.name {
	display: block;
	margin: 0 0 1px 0;
	color: #666;
}

.product .description span.price {
	display: block;
	float: left;
	margin: 0 6px 0 0;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.product .description span.price_sale {
	display: block;
	float: left;
	margin: 0 6px 0 0;
	color: #bf0000;
	font-size: 12px;
	font-weight: bold;
}

.product .description span.price_old {
	display: block;
	float: left;
	margin: 0 -3px 0 0;
	color: #666;
	font-size: 12px;
	text-decoration: line-through;
}

.product .description span.price_card {
	clear:	 both;
	display: block;
	width:   130px;
	float:   left;
	margin:  0 6px 0 0;
	color:   #0033FF;
	font-size:   12px;
	font-weight: bold;
}

.product .description span.price_card span {
	clear:       none;
	display:     inline;
	font-weight: normal;
	font-size:   10px;
	color:       #666;
	color:       #0033FF;
}

.product div.more_info {
	display: none;
	margin: 0;
	padding: 0;
	background: url('../images/products/bg_more_info.png');
	position: absolute;
	z-index: 30;
	top: 0;
	left: 0;
	width: 160px;
	height: 101px;
}

.product p.more_info {
	margin: 15px 7px 10px 11px;	
}

.product span.more_info {
	display: block;
	padding: 6px 0px 8px 11px;
	color: #fff;
	font-weight: bold;
	background-color: #000;
}

.product .more_info img {
	width: 160px;
	height: 101px;
}

.product .buy {
	position: absolute;
	top: 188px;
	left: 15px;
	width: 150px;
	height: 32px;
	font-size: 1.1em;	
	background: url('../images/products/bg_buy.jpg') 0 0 repeat-x;
}

.product .buy .button_container {
	position: absolute;
	top: 8px;
	right: 5px;
}

.product .buy .availability {
	width: 32px;
	height: 14px;	
	display: block;
	position:absolute;
	right: 55px;
	top: 9px;
	overflow: hidden;
	text-align: right;
}

.product .buy .availability img {
	width: 14px;
	height: 14px;
	display: inline;
	position: static;
}

.product .buy .in_store {
	width: 20px;
	height: 7px;	
	display: block;
	position:absolute;
	right: 52px;
	top: 13px;
}

.product .buy label {
	display: block;
	margin: 6px 0 0 4px;
	font-size: 1em;
	line-height: 10px;
}

/* Latest sold and Latest articles -----------------------------------------*/

#latest_sold {
	float: left;
	margin: 15px -6px 7px 0;
	width: 480px;
}
	
#latest_articles {
	float: left;
	margin: 15px -6px 0 0;
	width: 480px;
}

#latest_sold h3,
#latest_articles h3 {
	padding: 7px 0 6px 8px;
	margin: 12px 0 12px 0;
	font-size: 1.1em;
	line-height: 1.1em;
	color:#fff;
	text-transform: uppercase;
	background-color: #000;		
	clear: both;
}


/* -------------------------------------------------- */
/* Product top list table --------------------------- */
#latest_sold table.productTable {
	border: 0px;
	font-size: 1.1em;
	width: 100%;
}
#latest_sold table.productTable td {
	padding-bottom: 7px;
	padding-left: 17px;
}
#latest_sold table.productTable td.ptCol_1 {
	padding-left: 5px;
	width: 17px;
	white-space:nowrap;
	float: right;
}
#latest_sold table.productTable td.ptCol_2 {
	width: 70px;
}
#latest_sold table.productTable td.ptCol_3 {
}
#latest_sold table.productTable td.ptCol_4 {
	width: 35px;
	font-weight: bold;
}
.salePriceColor {
	color: #dc0000;
	float: right;	
}
/* EO Product top list table --------------------------- */
/* ----------------------------------------------------- */


#latest_sold dl {
	clear: both;
	margin: 0 0px 0 0px;
	padding: 0;
	width: 480px;
}

#latest_articles dl {
	clear: both;
	margin: 0 8px 0 8px;
	padding: 0;
	width: 464px;
}

#guide #latest_articles dl {
	width: 464px;
}

#latest_sold dl dt,
#latest_articles dl dt {
	clear: both;
	float: left;
	display: block;
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.1em;
	text-transform: uppercase;
	width: 90px;
}

#guide #latest_articles dl dt {
	width: 140px;
}

#latest_sold dl dt {
	font-weight: normal;
	width: 20px;
	padding-right:17px;
}

#latest_sold dl dd,
#latest_articles dl dd {
	float: left;
	display: block;
	margin: 0 0 6px 0;
	padding: 0;	
	color: #000;
	font-size: 1.1em;
}


#latest_sold dl dd.link {
	width: 300px;
}

#latest_sold dl dd.brand {
	width: 70px;
}

#latest_sold dl dt div {
	float: right;
}

#latest_sold dl dd.name {
	width: 50px;
}


#latest_articles dl dd.name {
	font-weight: bold;
	width: 304px;
}

#guide #latest_articles dl dd.name {
	width: 254px;
}

#latest_sold dl dd.name a,
#latest_articles dl dd.name a{
	color:#000;
	text-decoration: underline;
}

#latest_sold dl dd.name a:hover,
#latest_articles dl dd.name a:hover {
	color:#999;
}

#latest_sold dl dd.price {
	font-weight: bold;
	float: right;
}

#latest_sold dl dd.sale {
	color: #dc0000;
	font-weight: bold;
	float: right;
}

#latest_sold dl dd.time {
	width: 193px;
	color: #666;
}

#latest_articles dl dd.time {
	text-align: right;
	width: 70px;
	color: #666;
}


/* Articles ---------------------------------------------------------------*/

.article {
	margin:0 0 0;
	width: 480px;
	float: left;
	color: #000;
	height:100%;
}

.article img.large {
	width: 480px;
	height: 300px;
	margin: 0 0 4px 0;
	display: block;
}

.article p.byline {
	margin: 0 0 9px 0;
	font-size: 1.1em;
	font-style: italic;
}

.article p.date {
	clear: both;
	width: 480px;
	padding: 11px 0 0 0;
	margin: 0 0 9px 0;
	color: #333;
	font-size: 1.1em;
	background: url('../images/skeleton/bg_container.jpg') 0 0 repeat-x;
}

.article p.date span {
	margin: 0 0 0 6px;
}
.article h1{
	font-size: 3.6em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 13px 0 12px 0;
}

.article h3 {
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0 0 2px 0;
	text-transform: none;
}
.article h4 {
	font-size: 3.6em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0 0 12px 0;
}

.article h5 {
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0;
}

.article p {
	margin: 0 0 13px 0;
	font-size: 1.2em;
	line-height: 1.3em;
}

.article p.introduction {
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	color: #333;
	margin: 0 0 10px 0;
}

.article h2.introduction {
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	color: #333;
	margin: 0 0 10px 0;
}

.article .fact {
	padding: 14px 25px 18px 11px;
	margin: 0;
	background-color: #ccc;
}

.article .fact h5 {
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.article .fact p {
	margin: 0;
	font-size: 1.1em;
	line-height: 1.5em;
}

.article .comments,
#right_container .comments {
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	margin: 15px 0 0 0;
}

.article .comments h5,
#right_container .comments h5 {
	padding: 7px 0 6px 8px;
	margin: 0 0 9px 0;
	font-size: 1.1em;
	line-height: 1.1em;
	color:#fff;
	text-transform: uppercase;
	background-color: #000;	
}

.article .comments div.comment { 
	position: relative;
	left: 0;
	top: 0;
	margin: 2px 0 0 0;
	padding: 0 0 20px 8px;
	background: url('../images/skeleton/bg_container.jpg') 0 100% repeat-x;
}

#right_container .comments div.comment { 
	margin: 2px 0 0 0;
	padding: 0 0 20px 8px;
	background: url('../images/skeleton/bg_container.jpg') 0 100% repeat-x;
}

.article .comments div.comment p.header,
#right_container .comments div.comment p.header {
	font-size: 1.1em;
	font-style: italic;
	margin: 0 0 10px 0;
}

.article .comments div.comment p.text {
	font-size: 1.1em;
	line-height: 1.2em;
	width: 310px;
	margin: 0 0 15px 0;	
}

#right_container .comments div.comment p.text {
	width: 300px;
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 0 0 15px 0;
}

.article .comments div.comment a.abuse {
	display: block;
	position: absolute;
	top: 21px;
	left: 330px;
	height: 16px;	
	font-size: 1.1em;
	line-height: 1.1em;
	text-decoration: none;
	padding: 1px 0 0 20px;
	background: url('../images/icns/comment_abuse.gif') 0 0 no-repeat;
}

.article .comments div.comment a.comment {
	display: block;
	position: absolute;
	top: 39px;
	left: 330px;
	height: 16px;
	font-size: 1.1em;
	line-height: 1.1em;
	text-decoration: none;
	padding: 2px 0 0 20px;
	background: url('../images/icns/comment_comment.gif') 0 0 no-repeat;
}

#right_container .comments div.comment .icons {
	clear: both;
	height: 16px;
}

#right_container .comments div.comment a.abuse {
	display: block;
	float: left;
	height: 16px;	
	font-size: 1.1em;
	line-height: 1.1em;
	text-decoration: none;
	padding: 1px 0 0 20px;
	margin: 0 15px 0 0;
	background: url('../images/icns/comment_abuse.gif') 0 0 no-repeat;
}

#right_container .comments div.comment a.comment {
	display: block;
	float: left;
	height: 16px;
	font-size: 1.1em;
	line-height: 1.1em;
	text-decoration: none;
	margin: 0;
	padding: 1px 0 0 20px;
	background: url('../images/icns/comment_comment.gif') 0 0 no-repeat;
}

.article h6,
#right_container h6 {
	margin: 3px 0 0 8px;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.5em;
	color:#000;
	text-transform: uppercase;
}

.article .comment_form,
#right_container .comment_form {
	margin-left: 8px;
}

.article .comment_form .input_container,
#right_container .comment_form .input_container {
	position: relative;
	top: 0;
	left: 0;
	width: 472px;
}

#right_container .comment_form .input_container {
	width: 300px;
}

.article .comment_form .button_container {
	position: absolute;
	bottom: -5px;
	left: 310px;
}

html * > .article .comment_form .button_container {
	bottom: 0px;
}

#right_container .comment_form .button_container {
	float: right;
	margin: 15px 0 0 0;
}

#right_container .cb_container {
	float: left;
	width: 195px;
	margin: 15px 0 0 0;
}

.article .comment_form label,
#right_container .comment_form label {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	margin: 7px 0 5px 0;
}

.article .comment_form label span,
#right_container .comment_form label span {
	font-weight: normal;
}

.article .comment_form .text,
#right_container .comment_form .text {
	margin: 0;
	width: 150px;
}

.article .comment_form .textarea,
#right_container .comment_form .textarea {
	margin: 0;
	width: 290px;
	height: 90px;
}

.article .comment_form input.cb,
#right_container .comment_form input.cb {
	float: left;
	margin: 0;
	padding: 0;
}

.article .comment_form label.cb,
#right_container .comment_form label.cb{
	margin: 0 0 0 7px;
	font-weight: normal;
	float: left;
	width: 160px;
}

.article .comment_form p.rules
#right_container .comment_form p.rules {
	margin: 10px 0 10px 0;
	width: 315px;
	font-size: 1.1em;
	line-height: 1.2em;
}

.paginating_black {
	position: absolute;
	right: 5px;
	top: 6px;
	height: 16px;
	margin: 0;
	padding: 0;
}

html * > .paginating_black {
	top: 4px;
}

.paginating_black strong {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 3px 5px 0 0;
	float: left;
}

.paginating_black ul {
	display: inline;
	list-style-type: none;
	margin:  0;
	padding: 0;
	height: 16px;
}

.paginating_black ul li {
	float: left;
	display: block;
	margin: 0 0 0 4px;
	padding: 0;
	background: none;
	height: 16px;	
}

.paginating_black ul li span {
	display: block;
	margin: 0;
	width: 16px;
	line-height: 1em;
	font-size: 1em;
	padding: 3px 0 3px 0;	
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	color: #000;	
}

.paginating_black ul li a {
	display: block;
	margin: 0;
	width: 16px;
	border: 1px solid #4d4d4d;
	line-height: 1em;
	font-size: 1em;
	padding: 2px 0 2px 0;
	text-align: center;
	text-decoration: none;
	color: #999;	
}

.paginating_black ul li a:hover {
	border: 1px solid #fff;
	color: #fff;
}

.paginating_black ul li.prev {
	float: left;
	display: block;
	margin: 0 0 0 4px;
	padding: 0;
	background: none;
}

.paginating_black ul li.arrow a {
	display: block;
	margin: 0;
	width: 10px;
	height: 16px;
	padding: 0;
	border: none;
	text-indent: -9999px;
}

.paginating_black ul a.prev {
	background: url('../images/misc/link_previous_off.gif') 0 0 no-repeat;
}

.paginating_black ul a.next {
	background: url('../images/misc/link_next_off.gif') 0 0 no-repeat;
}

.paginating_black ul a.prev:hover {
	background: url('../images/misc/link_previous_over.gif') 0 0 no-repeat;
}

.paginating_black ul a.next:hover {
	background: url('../images/misc/link_next_over.gif') 0 0 no-repeat;
}


/* Middle column -----------------------------------------------------------*/

#middle_container {
	float: left;
	width: 480px;
	margin: 0;
	padding: 0;
}

.debitech_include_iframe {
	width: 100%;
	height: 260px;
}

/* FAQ ---------------------------------------------------------------------*/

#help_answer {
	margin-top: 10px; 
}

/* Right column ------------------------------------------------------------*/

#right_container {
	float: right;
	width: 315px;
	margin: 0;
	padding: 0;
}

#right_container .ad {
	width: 315px;
	margin: 0;
	padding: 0;
}

#right_container h4 {
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 8px;
	margin: 0px 0 12px 0;
	font-size: 1.1em;
	line-height: 1.1em;
	color:#fff;
	text-transform: uppercase;
	background-color: #000;		
	clear: both;
}

#right_container .plate_grey {
	margin: -11px 0 15px 0;
	padding: 11px 11px 11px 9px;
	background-color: #ccc;
}

#right_container #step_one_four .plate_grey {
	margin-top:15px;
}

#right_container #step_five .plate_grey {
	margin: 0px 0 15px 0;
}
	
#right_container .plate_grey p {
	margin: 0;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #000;
}

#right_container .plate_grey .navigation {
	display: block;
	padding: 0;
	margin: 10px 0 0 0;
}

#right_container .plate_grey .navigation label {
	display: none;
}

#right_container .plate_grey .navigation select {
	width: 100%;
}

.tips_container {
	clear: both;
}

dl.tips {
	display: table;
	margin: 0 -3px 20px 0;
	padding: 0;
}

#start_right_ad_container dl.tips {
	margin-top:-11px;
	_margin-top:0;
	_margin-bottom:10px;
}

dl.tips2 {
	display: table;
	margin: 0 -3px 15px 0;
	padding: 0;
}

#content #right_container dl.tips {
	width: 315px;
}

#content #right_container dl.tips dt,
#content #right_container dl.tips dd {
	width: 150px;
}

#content dl.tips {
	width: 490px;
}

#oldStylePaginating {
	height: 40px;	
}

#start_right_ad_container dl.tips {
	width:330px;
	margin-left:0px;
}
#start_right_ad_container dl.tips a img {
	margin-left:15px;
}

#start_right_ad_container dl.tips a bannertext {
	margin-left:15px;
}

#start_right_ad_container dl.tips dd.img a img {
	margin-left:0px;
}

.bannertext {		 
	float:left; 
	font-size:1.1em; 
	line-height:1.2em;
	margin-top: 6px;
		
}

.ContentArea dl.tips {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-bottom: 12px;
	position: relative;
}

#start_right_ad_container dt,
#start_right_ad_container dd {
	width:150px;
}

#content dl.tips dt,
#content dl.tips dd {
	width: 315px;
}

dl.tips dt,
dl.tips dd {
	float: left;
	display: block;
	margin: 0;
	/*padding: 1px;*/
	font-size: 1.1em;
	line-height: 1.2em;
}

dl.tips dd span {
	text-transform: uppercase;
}

#start_right_ad_container dl.tips dt,
#start_right_ad_container dl.tips dd,
#start_right_ad_container dl.tips div
{
	padding:0 0 3px 15px;
}

dl.tips dt {
	margin: 0 0 3px 0;
	text-transform: uppercase;
	font-weight: bold;

	display: block;
}

a.icon_article,
a.icon_buyingguide {
	margin: 5px 0 0 0;
	background-color: gray;
	padding: 0px 0 0 16px;
	height: 14px;
	background: url('../images/icns/article_article.gif') 0 0 no-repeat;
	display: block;
	float: left;
}
a.icon_buyingguide {
	padding: 2px 0 0 18px;
	background: url('../images/icns/buyingguide.gif') 0 0 no-repeat;
}

dl.tips dd a.icon_article,
dl.tips dd a.icon_buyingguide {
	display: block;
	float: none;
	clear: both;
	margin: 5px 0 0 0;
	padding: 0px 0 0 16px;
	height: 14px;
	background: url('../images/icns/article_article.gif') 0 0 no-repeat;
}
dl.tips dd a.icon_buyingguide {
	padding: 2px 0 0 18px;
	background: url('../images/icns/buyingguide.gif') 0 0 no-repeat;
}

a.icon_movie{
	margin: 5px 0 0 0;
	padding: 2px 0 0 20px;
	height: 16px;
	background: url('../images/icns/article_movie.gif') 0 0 no-repeat;
	display: block;
	float: left;	
}

dl.tips dd a.icon_movie {
	display: block;
	float: none;
	clear: both;
	margin: 5px 0 0 0;
	padding: 2px 0 0 20px;
	height: 16px;
	background: url('../images/icns/article_movie.gif') 0 1px no-repeat;
}

dl.tips dd {
	margin: 0;
}

dl.tips dd a {
	display: block;
	float: left;
	margin: 4px 0 0 0;
}

#content #right_container dl.tips dd.img {
	float: left;
	width: 153px;
	margin: 0 11px 0 0;
	line-height: 5px;
}
#content dl.tips dd.img {
	float: left;
	margin: 0 0px 6px 0;
	width: 150px;
	overflow: hidden;
}

dl.tips dd.img img {
	margin: 0;
	width: 150px;
	height: 102px;
}

dl.tips dd.img a {
	margin: 0;
	width: 150px;
	height: 102px;
}

#content dl.tips dd a {
	display: block;
	float: none;
	clear: both;
}


#right_container .product_listing {
	float: left;
	margin: -15px 0 15px -15px;
	font-size: 1px;	
}

#right_container ul.mostly_read {
	/*float: left;*/
	margin: 0;
	padding: 0 0 15px 8px;
	list-style-type: none;
	clear: both;
	display: block;
}

#right_container ul.mostly_read li {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.2em;
}

#right_container ul.mostly_read li a {
	color: #000;
	font-weight: bold;
	display: block;
	width: 220px;
	float: right;
	clear: right;
	margin: 0 0 6px 0;
}

#right_container #guide ul.mostly_read li a {
	width: 170px;
}

#right_container ul.mostly_read li span {
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	float: left;
	clear: left;
	width: 80px;
}
#right_container #guide ul.mostly_read li span {
	width: 130px;
}

#right_container ul.mostly_read li span span.pos {
	display: block;
	float: left;
	width: 20px;
}


#right_container ul.mostly_read li a:hover {
	color: #999;
}

.image {
	margin: 0 0 15px 0;
}

#right_container .product_name,
#right_container .product_name_container,
#print_version .product_name,
#print_version .product_name_container {
	clear: both;
	width: 315px;
	margin: 0px 0 15px 0;
}

#print_version .product_name_container {
	margin: 21px 0 15px 0;
}

#print_version .product_name {
	width: 480px;
	clear: both;
}
#right_container .product_name .product_name_container h4.name,
#right_container .product_name h4.name,
#print_version .product_name h4.name {
	background-color: #fff;
	color:#000;
	font-size: 1.6em;
	line-height: 1em;
	margin: 0 10px 0 0;
	padding: 0px;
	float: left;

}
#right_container .product_name img.logo,
#print_version .product_name img.logo {
	margin: 0;
	height: 60px;
}
#right_container .product_name .product_name_container span.type,
#right_container .product_name span.type,
#print_version .product_name span.type {
	display: block;
	float: left;
	font-size: 1.6em;
	line-height: 1em;
	font-weight: bold;
	color: #666;
	/*width: 315px;*/
	margin: 0px;
	padding: 0px;
}
#right_container .product_name .product_name_container h4.name ,
#right_container .product_name .product_name_container span.type {
	line-height: 1.6em;
}

h1.name .prod_name, h4.name .prod_name {
	color: #666666;
}

#right_container .product_name strong.price,
#print_version .product_name strong.price {
	display: block;
	background: none;
	font-size: 3.4em;
	line-height: 1em;
	font-weight: bold;
	margin: 12px 0 0 0;
}

#right_container .product_name strong.price_card,
#print_version .product_name strong.price_card {
	color: #0033FF;
	display: block;
	background: none;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	margin: 5px 0 0 4px;
}
#right_container .product_name strong.price_card span,
#print_version .product_name strong.price_card span {
	color: #0033FF;
	font-size: 14px;
	font-weight: normal;
}

#right_container .product_name strong.price .sale,
#print_version .product_name strong.price .sale {
	color: #bf0000;
}

#right_container .product_name strong.price .old,
#print_version .product_name strong.price .old {
	text-decoration: line-through;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	margin-top:-17px;
	padding-left:21px;
	position:relative;
}

#right_container a.back {
	display: block;
	float: right;
	margin: 0 0 5px 0;
}

#right_container .product_options {
	clear: both;
	display: block;
	width: 299px;
	margin: 0 0 0 8px;
}

#right_container .product_options fieldset.Right {
	display: block;
	float: right;
	width: 150px;
	margin: 0;
	padding: 0;
	clear: right;
}

#right_container .product_options fieldset.color,
#right_container .product_options fieldset.Left {
	display: block;
	float: left;
	width: 140px;
	margin: 0;
	padding: 0;
	clear: left;	
}


#right_container .product_options .button_container {
	display: block;
	margin: 10px 0 0 0;
	clear: both;
}

#right_container .product_options label,
#right_container .product_options strong.label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	display: block;
	margin: 0 0 4px 0;
}

#right_container .product_options fieldset.color label {
	display: block;
	float: none;
	clear: both;
	margin: 0px;
	margin-bottom: 3px;
	
	text-transform: none;
	font-weight: normal;
	font-size: 1.0em;
	width: 145px;
}

#right_container .product_options fieldset.color input {
	clear: left;
	float: left;
	margin: 4px 0px 0px 0px;
	padding: 0;
}

#right_container .product_options fieldset.color span {
	float: left;
	display: block;
	margin: 4px 0px 6px 0px;
	padding: 0px;
}


#right_container .product_options fieldset.color img {
	float: left;
	width: 29px;
	height: 19px;
	margin: 0px 10px 5px 4px;
	display: block;
	border: 1px solid #000;
}

#right_container .product_options select.large {
	width: 130px;
	margin: 0 0 15px 0;	
}

#right_container .product_options select.small {
	width: 65px;
	margin: 0 0 15px 0;
}

#right_container .icon_container {
	clear: both;
	display: table;
}

/* Forms ------------------------------------------------------------------*/

/*
div.error,
div.infonotice {
	background: #ff9900 url('../images/icns/alert.gif') 9px 9px no-repeat;
	margin: 0;
	padding: 9px 9px 1px 31px;
	margin: 0 0 15px 8px;
	font-size: 1.1em;
	line-height: 1.3em;
	width:432px;
}
*/

div.error, div.infonotice {
	background:#FF9900 url(../images/icns/alert.gif) no-repeat scroll 9px 9px;
	font-size:1.1em;
	line-height:1.3em;
	margin:0 0 15px 0;
	padding:9px 9px 1px 31px;
	width:440px;
}

div.infonotice {
	background: #ff9900 url('../images/icns/infonotice.gif') 9px 9px no-repeat;
	background-color: #ccc;
}
div.error strong,
div.infonotice strong {
	text-transform: uppercase;
	color: #fff;
	display: block;
	margin: 0 0 7px 0;
	font-weight: normal;
}

div.error span,
div.infonotice span {
	color: #fff;
	display: block;
	margin: 0 0 13px 0;
}

div.error a,
div.infonotice a {
	color: #fff;
	font-weight: bold;
}

div.infonotice strong,
div.infonotice span,
div.infonotice a {
	color: #000000;
}

div.alert {
	background-color: #c00000;
}


label.error,
label.infonotice,
input.error, 
input.infonotice,
select.error,
select.infonotice,
textarea.error,
textarea.infonotice,
span.error {
	color: #ff9900;
}
.form_group {
	margin-bottom: 15px;
}
.form_group_title {
	font-size:		1.1em;
	font-weight:	bold;
	margin-bottom:	3px;
}



/* Search member and Contact forms -------------------------------------------------*/

.contact_form,
#search_member {
	display: block;
	margin: 0;
	width: 480px;
}
#search_member h4 {
	font-size: 1.0em;
}
#search_member {
	font-size: 1.1em;
}
.contact_form p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 8px;
}
#search_member p {
	margin: 0 8px;
}

.contact_form div.hr,
#search_member div.hr {
	clear: both;
	display: block;
	height: 15px;
	width: 480px;
	margin: 0;
	background: url('../images/skeleton/bg_hr.jpg') 0 100% repeat-x;
}
.contact_form fieldset,
.contact_form fieldset.no_margin,
.contact_form fieldset.bottom,
#search_member fieldset,
#search_member fieldset.no_margin,
#search_member fieldset.bottom {
	display: block;
	clear: both;
	width: 480px;
	margin: 12px 0 0 0;
	padding: 0;
	border: none;
}

.contact_form fieldset.no_margin,
#search_member fieldset.no_margin {
	margin: 0;
}
.contact_form
#search_member fieldset.bottom {
	margin: 0;
}
.contact_form .form_column,
.contact_form .form_column_nm,
#search_member .form_column,
#search_member .form_column_nm {
	display: block;
	float: left;
	width: 223px;
	padding: 0px 0px 15px 8px;
}
	
#search_member .form_column .form_column_nm {
	padding-left: 0px;
}
.contact_form .form_column_nm,
#search_member .form_column_nm {
	padding-bottom: 0;
}
.contact_form .radiogroup,
#search_member .radiogroup {
	margin: 15px 0 0 0;
}
.contact_form .prefilled {
	clear: both;
	float: left;
	width: 140px;
	margin: 0 0 7px 0;
	font-size: 1.1em;
}
#search_member .form_column .prefilled label {
	float: left;
	margin: 0 5px 7px 0;
}
.contact_form .prefilled strong,
#search_member .prefilled strong {
	font-weight: bold;
	margin: 0 3px 0 0;
}
.contact_form input.text,
.contact_form select {
	float: left;
	font-size: 1.1em;
	width: 140px;
	margin: 0 0 10px 0;
}
#search_member input.text,
#search_member select {
	font-size: 1.0em;
	width: 140px;
	margin: 0 0 10px 0;
}

.contact_form select,
#search_member select {
	width: 146px;
}
html * > .contact_form select,
html * > #search_member select {
	width: 140px;
}
.contact_form label {
	font-size: 1.1em;
}
.contact_form label.text,
#search_member label.text {
	clear: both;
	font-weight: bold;
	display: block;
	margin: 0 0 3px 0;
}
.contact_form label span,
#search_member label span {
	font-weight: normal;
}
.contact_form fieldset.bottom label.cb,
#search_member fieldset.bottom label.cb {
	float: left;
	display: block;
	font-weight: normal;
	padding: 0 0 0 4px;
}
.contact_form label.radio input,
#search_member label.radio input {
	float: left;
	display: block;
	margin: -1px 0 0 0;
}
html * > .contact_form label.radio input,
html * > #search_member label.radio input {
	margin: 1px 0 0 0;
}
.contact_form label.radio,
#search_member label.radio {
	display: block;
	font-weight: normal;
	margin: 0 8px 0 8px;
}
.contact_form label.radio span,
#search_member label.radio span {
	float: left;
	padding: 0 0 9px 0;
	margin: 1px 0 0 5px;
	display: block;
	width: 440px;
}
#search_member .sex label.radio span {
	width: 30px;
	margin-top: 3px !important;
}
.contact_form label.cb,
#search_member label.cb {
	clear: both;
	display: block;
	font-weight: normal;
}
.contact_form label.cb input,
#search_member label.cb input {
	clear: both;
	float: left;
	margin: -3px 0 0 -3px;
}
html * > .contact_form label.cb input,
html * > #search_member label.cb input {
	margin: 0;
}
.contact_form label.cb span,
#search_member label.cb span {
	padding: 0;
	margin: -1px 0 0 5px;
	display: block;
	float: left;
	width: 160px;
	line-height: 1.3em;
}
.contact_form .radiogroup input,
#search_member .radiogroup input {
	float: left;
	margin: 0px;
	clear: none;
}
.contact_form .radiogroup label.radio,
#search_member .radiogroup label.radio {
	margin: 2px 20px 0 5px;
	display: block;
	float: left;
}

.obligatory {
	color:#EF7F01;
}

html * >  .contact_form .radiogroup label.radio,
html * >  #search_member .radiogroup label.radio {
	margin-top: 1px;
}
.contact_form .form_column_full {
	display: block;
	float: left;
	width: 480px;
	padding: 0 0 15px 8px;
	padding-bottom: 0;
}




/* Become member and Contact forms -------------------------------------------------*/

.contact_form,
#become_member {
	display: block;
	margin: 0;
	/*width: 480px;*/
	width:472px;
}
#become_member h4 {
	font-size: 1.0em;
	width: 472px;
}

/* CHANGED */
#become_member {
	font-size: 1.1em;
	padding-bottom: 5px;
	margin-bottom: 25px;
}

.contact_form p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 8px;
}

#become_member p {
	margin: 0 8px;
	font-size: 11px;
}

.contact_form div.hr,
#become_member div.hr {
	clear: both;
	display: block;
	height: 15px;
	width: 480px;
	margin: 0;
	background: url('../images/skeleton/bg_hr.jpg') 0 100% repeat-x;
}
.contact_form fieldset,
.contact_form fieldset.no_margin,
.contact_form fieldset.bottom,
#become_member fieldset,
#become_member fieldset.no_margin,
#become_member fieldset.bottom {
	display: block;
	clear: both;
	width: 480px;
	margin: 12px 0 0 0;
	padding: 0;
	border: none;
	position: relative;
}

.contact_form fieldset.no_margin,
#become_member fieldset.no_margin {
	margin: 0;
}
.contact_form
#become_member fieldset.bottom {
	margin: 0;
}
.contact_form .form_column,
.contact_form .form_column_nm,
#become_member .form_column,
#become_member .form_column_nm {
	display: block;
	float: left;
	width: 187px;
	padding: 0px 0px 15px 8px;
}
	
#become_member .form_column .form_column_nm {
	padding-left: 0px;
}
.contact_form .form_column_nm,
#become_member .form_column_nm {
	padding-bottom: 0;
}
.contact_form .radiogroup,
#become_member .radiogroup {
	margin: 15px 0 0 0;
}
.contact_form .prefilled {
	clear: both;
	float: left;
	width: 140px;
	margin: 0 0 7px 0;
	font-size: 1.1em;
}
#become_member .form_column .prefilled label {
	float: left;
	margin: 0 5px 7px 0;
}
.contact_form .prefilled strong,
#become_member .prefilled strong {
	font-weight: bold;
	margin: 0 3px 0 0;
}
.contact_form input.text,
.contact_form select {
	float: left;
	font-size: 1.1em;
	width: 140px;
	margin: 0 0 10px 0;
}

/* CHANGE */
#become_member input.text,
#become_member select {
	font-size: 1.0em;
	width: 175px;	
}

.contact_form select,
#become_member select {
	width: 146px;
}
html * > .contact_form select,
html * > #become_member select {
	width: 140px;
}
.contact_form label {
	font-size: 1.1em;
}
/* CHANGE */
.contact_form label.text,
#become_member label.text,
.instant_shop label.text {
	clear: both;
	font-weight: bold;
	display: block;
	margin: 0 0 3px 0;
}
.contact_form label span,
#become_member label span {
	font-weight: normal;
}
.contact_form fieldset.bottom label.cb,
#become_member fieldset.bottom label.cb {
	float: left;
	display: block;
	font-weight: normal;
	padding: 0 0 0 8px;
}
.contact_form label.radio input,
#become_member label.radio input {
	float: left;
	display: block;
	margin: -1px 0 0 0;
}
html * > .contact_form label.radio input,
html * > #become_member label.radio input {
	margin: 1px 0 0 0;
}
.contact_form label.radio,
#become_member label.radio {
	display: block;
	font-weight: normal;
	margin: 0 8px 0 8px;
}
.contact_form label.radio span,
#become_member label.radio span {
	float: left;
	padding: 0 0 9px 0;
	margin: 1px 0 0 5px;
	display: block;
	width: 440px;
}
#become_member .sex label.radio span {
	width: 30px;
	margin-top: 3px !important;
}
.contact_form label.cb,
#become_member label.cb {
	clear: both;
	display: block;
	font-weight: normal;
}
.contact_form label.cb input,
#become_member label.cb input {
	clear: both;
	float: left;
	margin: -3px 0 0 -3px;
}
html * > .contact_form label.cb input,
html * > #become_member label.cb input {
	margin: 0;
}
.contact_form label.cb span,
#become_member label.cb span {
	padding: 0;
	margin: -1px 0 0 5px;
	#margin-top: 3px;
	display: block;
	float: left;
	width: 160px;
	line-height: 1.3em;
}
.contact_form .radiogroup input,
#become_member .radiogroup input {
	float: left;
	margin: 0px;
	clear: none;
}
.contact_form .radiogroup label.radio,
#become_member .radiogroup label.radio {
	margin: 2px 20px 0 5px;
	display: block;
	float: left;
}
html * >  .contact_form .radiogroup label.radio,
html * >  #become_member .radiogroup label.radio {
	margin-top: 1px;
}
.contact_form .form_column_full {
	display: block;
	float: left;
	width: 480px;
	padding: 0 0 15px 8px;
	padding-bottom: 0;
}


/* Gift certificate form styles -----------------------------------------*/
.emotive,
.emotive_selected {
	border: 1px solid gray;
}
.emotive_selected {
	border-color: #000000;
}
.emotivesContainer {
	height: 65px;
}
.emotive_item {
	float: left;
	margin-right: 4px;
	width: 60px;
	height: 45px;
	text-align: center;
	cursor: pointer;
}
.giftcert_textfield {
	width: 420px;
	height: 48px;
}
.view_email_template {
	float: left;
	margin-left: 10px;
	margin-top: 28px;	
}
/* Member shop ------------------------------------------------------------*/

img.member_shop {
	float: left;
	margin: 3px 15px 0 0;
}

.my_shop_object {
	float: left; 
	padding: 0 0 15px 0;
	margin-right: -3px;
}

#my_shop_product_listing {
	clear: both;
	width: 495px;
	margin: -15px 0 0 -15px;
	font-size: 1px;
}

#my_shop_administrate {
	margin-bottom: 12px;
	padding: 0 8px;
}

.my_shop_status {
	margin: -2px 0 15px 8px;
}

.my_shop_status p {
	font-size: 1.1em;
	margin: 0 0 5px 0;
}

#my_shop_create {
	display: block;
	margin: 0;
	padding: 0;
}

#my_shop_create fieldset.type {
	margin: 0px 0px 0px 8px;
}
#my_shop_create fieldset.type div.radiogroup input {
	margin-left: -4px;
}
#my_shop_create fieldset.type div.radiogroup input[type=radio]  {
	margin-left: 0px;
}
#my_shop_create fieldset.text {
	padding: 15px 0px 0px 0px;
	margin: 0px 8px 0px 6px;
	clear: both;
	display: block;
}
#my_shop_create fieldset.text input {
	float: left; 
}

#my_shop_create fieldset.type strong.label {
	font-weight: bold;
	font-size: 1.1em;
	display: block;
	margin: 0 0 15px 0;
}

#my_shop_create fieldset.type .radiogroup {
	display: block;
	margin: 0px 0px 5px 0px;
	height: 20px;
}

#my_shop_create fieldset.type label {
	display: block;
	float: left;
	font-size: 1.1em;
	line-height: 1em;
	margin: 1px 0 0 5px;
}

#my_shop_create fieldset.type input {
	margin: -4px 0px 0px 0px;
	padding: 0px;
	float: left;
}

html * > #my_shop_create fieldset.type input {
	margin-top: 0;
}


#my_shop_create fieldset.text label {
	clear: both;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 4px 0;
}

#my_shop_create fieldset.text p.description {
	width: 134px;
	font-size: 1.1em;
	line-height: 1.3em;
	font-style: italic;
	margin: 2px 0 0 0;
	float: right;
}

#my_shop_create fieldset.text input {
	margin: 0;
	float: left;
	width: 290px;
}

#my_shop_create fieldset.text textarea {
	margin: 0;
	float: left;
	width: 290px;
	height: 70px;
}

/* Tip a friend ------------------------------------------------------------*/

.litbox_form,
.tip_friend {
	position: absolute;
	margin: -2px 8px 0 8px;
	width: 380px;
}
.litbox_form p,
.tip_friend p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 15px 0;
}
.litbox_form form,
.tip_friend form {
	display: block;
	margin: 0;
	padding: 0;
}
.litbox_form fieldset,
.tip_friend fieldset {
	display: block;
	margin: 0;
	padding: 0;	
}
.litbox_form fieldset.name,
.tip_friend fieldset.name {
	width: 200px;
	float: left;
}
.litbox_form fieldset.mail,
.tip_friend fieldset.mail {
	width: 180px;
	float: left;
}
.litbox_form fieldset.text,
.tip_friend fieldset.text {
	padding: 12px 0 10px 0;
	clear: both;
}
.litbox_form label,
.tip_friend label {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	margin: 0 0 3px 0;
}
.litbox_form input.text,
.tip_friend input.text {
	width: 170px;
	margin: 0;
}
.litbox_form textarea,
.tip_friend textarea {
	margin: 0;
	width: 370px;
	height: 65px;
}
.litbox_form .button_container,
.tip_friend .button_container {
	float: right;
	margin: 0 1px 0 0;
}
html * > .litbox_form .button_container,
html * > .tip_friend .button_container {
	margin: 0 7px 0 0;
}

#alert_overlay {
	display: none;
	position: absolute;
	top: -52px;
	left: -20px;
	width: 420px;
	height: 400px;
	background-color: #fff;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 400;
}

#messageDoalogContainer {
	position: absolute;
	display: none;
	z-index: 11505;
	background-color: #ffffff;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	top: 0px;
	left: 0px;
}
#messageDialog {
	display: none;
	position: absolute;
	top: 10px;
	left: 50px;
	
	width: 290px;
	height: 300px;
	border: 1px solid #000000;
	background-color: #fff;

	z-index: 11510;
	font-size: 1.1em;
}
#messageDialog div {
	padding: 10px;
}
#messageDialog p {
	font-weight: bold;
}
#messageDialog .button_center {
	margin: 0 auto;
	width: 60px;
}
#alert {
	display: none;
	position: absolute;
	top: 10px;
	left: 90px;
	width: 200px;
	height: 100px;
	background-color: #fff;
	border: 1px solid;
	z-index: 400;
	text-align: center;
}

#alert p {
	margin: 20px 0 15px 0;
}

#alert .button_center {
	margin: 0 auto;
	width: 40px;
}
.messageContainer {
	width: 360px;
	position: absolute;
	z-index: 410;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.messageInnerDialog {
	background-color: #fff;
	border: 1px solid;
	height: 140px;
	padding: 10px;
	text-align: center;
}
.messageInnerDialog p {
	display: inline; clear: both;
}
.messageInnerDialog .button_center {
	display: block;
	width: 40px;
	margin: auto;
}
.messageInnerDialog .button_center a {
	float: none;
}
.litBoxScroller {
	overflow-y: scroll;
	overflow-x: hidden;
	margin-left: 2px;
 	width: 390px;
	height: 255px;
	padding-right:3px;
	font-size: 1.1em;
	
}
.scrollingBlock {
	overflow-y: scroll;
	padding:    7px;
}
.productFilterOptions {
	border: 1px solid #b2b2b2;
	height: 139px;
	width:  200px;
	background-color: #ddd;
}

.productFilterOptions a {
	line-height: 18px;
}
/* Stores -----------------------------------------------------------------*/

.store_container {
	display: table;
	clear: both;
	padding: 10px 0 5px 0;
}

.store_container img {
	float: left;
	width: 150px;
	height: 220px;
	margin: 2px 0 0 0;
}

.store_navigation {
	display: block;
	margin: 10px 0 -10px 0;
}

.store_navigation label {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.store_navigation select {
	width: 140px;
	margin: 0;
}

.store_container .column {
	float: left;
	width: 165px;
	margin: 0;
}

.store_container .column p {
	margin: 0 0 15px 15px;
	font-size: 1.1em;
	line-height: 1.3em;
	clear: both;
}

.store_container .column a.map {
	margin: 0;
}

.store_container .column h6 {
	margin: 0 0 0 15px;
	font-size: 1.1em;
	font-weight: bold;
}


.inline_block_column {
	float: left;
}


/* Lightbox ---------------------------------------------------------------*/

#imageData #caption span {
	white-space: pre;
}

#LB_brand {
	float: left;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	margin: 5px 10px 0 0;
	text-transform: uppercase;
}

#LB_model {
	float: left;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	margin: 5px 15px 0 0;
}

#LB_price {
	float: left;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	margin: 5px 15px 0 0;
}

#LB_price_old {
	float: left;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	margin: 5px 15px 0 0;
	text-decoration: line-through;
}

#LB_price_sale {
	float: left;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #bf0000;
	margin: 5px 15px 0 0;
}

#LB_price_card {
	float: left;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #0033FF;
	margin: 5px 15px 0 0;
}
#LB_price_card span {
	color: #0033FF;
	font-weight: normal;
}

/* Logged in & top cart link --------------------------------------------------------*/
.topRightContainer {
	text-align: right;
	position: absolute;
	top: 3px;
	right: 1px;
}
#logged_in a,
#top_chart_link a{
	display: block;
	float: right;
	margin: 8px 0 0 15px;
	padding: 0 0 0 13px;
	height: 12px;
	color:#999;
	font-size: 1.1em;
	line-height: 12px;
	text-decoration: underline;
	background: url('../images/icns/logout.gif') 0 0 no-repeat;
}
#logged_in #logged_in_link{ 
	 float:left;	
	 margin:0 0 0 8px;
	 padding-right: 5px;
}
#logged_in_name{
	margin-left: 10px;
	height: 25px; 
	padding-top: 8px;
	clear: left;
	_position: relative;
	_left: 10px;	
}
#logged_in_name_link{
	color: rgb(255, 255, 255); 
	text-decoration: none; 
	float: left;
}
#top_chart_link a {
	height: 16px;
	margin: 0px;
	padding-left: 19px;
	background: url('../images/icns/basket_white.gif') 0 -19px no-repeat;
	line-height: 16px;
	top: 2px;
}
#logged_in a:hover {
	color:#fff;
	background: url('../images/icns/logout.gif') 0 -28px no-repeat;	
}
#top_chart_link a:hover {
	color:#fff;
	background: url('../images/icns/basket_white.gif') 0 0px no-repeat;	
}


/* Print-version ----------------------------------------------------------*/

#print_version {
	background: none;
}

#print_version #logoImg img {
	position: absolute;
	top: 32px;
	left: 32px;
	width: 194px;
	height: 39px;
	display: block;
	margin: 0;
}

#print_version #logo {
	top: 47px;
	left: 36px;
}

#print_version #top_container {
	position: relative;
	height: 130px;
	width: 480px;
}

#print_version #content_wrapper {
	position: absolute;
	top: 95px;
	left: 35px;
	width: 480px;	
	background: none;
}

#print_version #content {
	width: 480px;
	margin: 0;
}

#print_version .article .fact {
	padding: 14px 25px 18px 11px;
	margin: 0;
	border: 1px solid #000;
	background:none;
}

#print_version #footer {
	float: none;
	clear: both;
	width: 480px;
	margin: 0;
	padding-top: 20px;
}


/* Forms ------------------------------------------------------------------*/

fieldset.form_1 {
	clear: both;
}

fieldset.form_1 label {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	width: 220px;
	margin: 10px 0 0 0;
	float: left;	
}

fieldset.form_1 label span {
	display: block;
}

fieldset.form_1 label span.info {
  font-size: 11px;
  font-weight: normal;
}

fieldset.form_1 label .text_medium {
	font-size: 1.0em;
	font-weight: normal;
	width: 185px;
}

fieldset.form_1 label .text_small {
	width: 100px;
}

fieldset.form_1 p {
  width: 220px;
}

/* Map --------------------------------------------------------------------*/

#map_iframe_container {
	position: absolute;
	top: 37px;
	left: 0px;
	z-index: 50;
	width: 400px;
	height: 320px;
	background-color: #fff;
}

#map_iframe {
	width: 420px;
	height: 320px;
	overflow: hidden;
	border: none;
}
#map_address {
	position: absolute;
	top: 367px;
	left: 12px;	
	width: 420px;
}

#map_address h5 {
	display: block;
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

#map_address span {
	display: block;
	margin: 0 0 4px 0;
	font-size: 1.1em;
	line-height: 1.1em;	
}

/* Odd classes ------------------------------------------------------------*/

.buttons_right {
	float: right;
	margin: -2px 5px 0 0;
}

.buttons_right.options {
	margin: 0 14px 0 0;
}

.buttons_left {
	float: left;
	margin-top: 10px;
}

.product_type_buttons_left {
	float: left;
	margin-top: 10px;
	#margin-top: 25px;	
}

.buttons_right a.button {
	margin: 0 0 0 10px;
}

div.hr_right {
	clear: both;;
	display: block;
	height: 25px;
	width: 315px;
	margin: 0;
	background: url('../images/skeleton/bg_hr.jpg') 0 100% repeat-x;
}

div.hr_middle {
	clear: both;
	display: block;
	height: 25px;
	width: 480px;
	margin: 0;
	background: url('../images/skeleton/bg_hr.jpg') 0 100% repeat-x;
}

img.obligatory {
	width: 10px;
	height: 10px;
	margin: 0px 0 5px 0px;
}

img.not_obligatory {
	display: none; 
}

.display_table {
	display: table;
}

a.dictionary {
	color: #000;
	border-bottom: 1px dotted #000;
	text-decoration: none;
	cursor: help;
}

a.dictionary:hover {
	color: #999;
}

p.dictionary {
	font-size: 1.1em;
	margin: 0;
	padding: 0px 0 20px 0;
	width: 395px;
	height: 230px;
	overflow: auto;
}

.shadowline {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	color: #4c4c4c;
	line-height: 15px;
	background: url('../images/skeleton/bg_footer.jpg') 0 0 repeat-x;
}


/* Product offer-----------------------------------------------------------*/
.product_offer {
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
.product_offer img {
	float: left;
	margin-right: 15px;
}
.product_offer h1 {
	margin: 0px;
	margin-bottom: 10px;
	line-height: 1.2em;
	font-size: 3.3em;
}
.product_offer .description_text {
	width: 300px;
	line-height: 1.3em;
	font-size: 1.1em;
	float: left;	
}
.product_offer img.coachphoto {
	float: left;
	width: 150px;

}
.description {
	line-height: 1.3em;
	font-size: 1.1em;
}
div.productDescription {
	padding-top: 10px;
	line-height: 1.3em;
	font-size: 1.1em;
	margin-left: 25px;
}
div.productDescription p  {
	margin-top: 0px;
}

#product_info #product_price_info div.productDescription{
	margin-left: 0;
}	

  form#search_top {
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 51px;
  }
    form#search_top label {
      float: left;
    }
      form#search_top label span {
        background: url('../images/icns/search_top.gif') no-repeat 0 50%;
        color: #FFF;
        margin-right: 3px;
        padding: 5px 0 5px 25px;
        font-size: 10px;
        text-transform: uppercase;
      }

    form#search_top a.button {
      background: url('../images/btns/search_top.gif') no-repeat 0 0;
      float: left;
      margin: 5px 0 0 7px;
    }
    
    html form#search_top a.button { margin-top: 2px; }
      form#search_top a.button span {
        background: url('../images/btns/search_top.gif') no-repeat 100% -19px;
        display: block;
        height: 19px;
        line-height: 19px;
        margin: 0;
        padding: 0 10px;
      } 
      
	.card_number_dialog label {
		display: block;
	}
	.card_number_dialog input {
		margin-bottom: 1em;
	}      
      
      
 /*----------   Sitemap   ----------*/
 
.div_sitemap{
	width:650px;
	clear: both; 
	margin-left:5px;
}
.h1_sitemap{
	float:left;
	margin-right:15px; 
	margin-top:-2px;
} 
.heading_sitemap p.short { 
	margin-right: 180px 
}
.heading_sitemap dl.feed {
	position: absolute; top: 20px; left:700px; /*right: 0;*/ 
}
.heading_sitemap dd { 
	margin-left: 15px; 
}
.heading_sitemap dd a {
	background: url(images/icns/angle_quot_mark_dark.gif) no-repeat 0 50%;
	padding-left: 6px;
	display: block;
	font-size: 1.1em;
}
table.sitemap {
	width: 100%;
	margin-top: 13px;
}
table.sitemap tr.main_cat {
	background-color: #000000;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
} 
table.sitemap tr.main_cat th a {
	color: #ffffff;
}
table.sitemap tr.main_cat th a:hover {
	color: #cccccc;
}
table.sitemap td,
table.sitemap th {
	padding: 8px 13px;
	font-size: 1.1em;
}
table.sitemap td {
}
table.sitemap tr.sub_cat th {
	background: #cccccc;
	text-align: left;
	text-transform: uppercase;
}
table.sitemap a.feed {
	display: block;
	background: url(../images/icns/feed.png) no-repeat !important;
	text-decoration: none;
	background: url(../images/icns/feed.gif) no-repeat;
}
table.sitemap a.feed span {
	padding-left: 17px;
	text-decoration: underline;
	text-transform: uppercase;
}
.sitemap_odd{
	background-color:#f2f2f2;	
}
.sitemap_even{
	background-color:#e5e5e5;
}

 /* Slut Sitemap*/
 
.right{
	float: right;
}

.right_with_topmargin{
	float: right;
	#margin-top: 15px; 
}

.obligatoryOrange {
	color:#EF7F01;
}

/* Search result specific */
#search_result_content_wrapper {
	height:auto !important;
	left:0;
	overflow:hidden;
	position:relative;
	top:29px;

	background:transparent url(../images/skeleton/bg_content.jpg) no-repeat scroll 0 0;
	margin:0;
	min-height:300px;
	padding:14px 0 20px;
	width:825px;
	z-index:1;
}

.productFilterOptions {	
	height: 80px;
	width: 175px;	
	border: #B2B2B2 1px solid;
	background: url(../images/misc/filterbox_background.gif) scroll 1px 1px;
	#background: #ECECEC;
}

.filterbox_container { 
	background: url(../images/misc/filterbox_container_bg.gif) repeat-x; 
	overflow: hidden;
	padding: 17px 0 18px 16px;
	margin: 0;
}

* html .filterbox_container { height: 120px;  }

.filterbox_container li {
	float: left;
	width: 203px;	
	list-style: none;
}

.filterbox_container label { 
	font-weight: bold; 
	font-size: 11px; 
	padding-bottom: 7px;	 
}

#search_result_content_wrapper #content {
	overflow:hidden;
}

#middle_container.search {
	width:642px;
}

#middle_container.search .shadow {
	background:transparent url(../images/skeleton/container_seperator.gif) repeat-y scroll 100% 50%;
	padding-right:13px;
}

#middle_container.search .product {
	width:164px;
	display:block;
	float:left;
	font-size:10px;
	height:220px;
	margin:15px -3px 0 0;
	padding:0;
	position:relative;	
}

/* Avail specific */
#right_avail_container {
	width:156px;
	overflow:hidden;
	float:right;
	margin:0;
	padding:0;
	width:156px;
}

.orange_arrow {
	width: 150px;
}

#right_avail_container .orange_arrow span.top {
	background:#FE9900 url(../images/misc/orange_arrow_top.gif) no-repeat scroll 0 0;
	padding-top:9px;
}

#right_avail_container .orange_arrow span.middle {
	background:#FE9900 url(../images/misc/orange_arrow_middle.gif) no-repeat scroll center bottom;
	color:#000000;
	line-height:20px;
	padding:0 10px;
}

#right_avail_container .orange_arrow span.bottom {
	background:transparent url(../images/misc/orange_arrow_foot.gif) no-repeat scroll 0 0;
	height:32px;
}

#right_avail_container .orange_arrow span {
	color:#FFFFFF;
	display:block;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}   

#right_avail_container .product {
	margin:0 0 15px;
	width:150px;
	float:none;
}

#right_avail_container .product .buy, #right_avail_container .product img {
	left:15px;
} 

/* Laddningssnurran */

#laddningsSnurra, #laddningsSnurra_2, #laddningsSnurra_3 {
	height:100%;
	left:0;
	position:absolute;
	text-align:center;
	top:0;
	width:835px;
	z-index:19999;
}
    
.laddningsSnurraBild {
	left:32%;
	margin-left:85px;
	margin-top:57px;
	position:absolute;
	top:190px;
	z-index:99999;
}

#laddningsSnurra div, #laddningsSnurra_2 div, #laddningsSnurra_3 div {
	background:transparent url(../images/misc/loader_bg.png) no-repeat scroll 0 0 !important;
	height:240px;
	left:32%;
	margin:auto;
	opacity:0.8;
	filter: alpha(opacity = 80);
	padding-top:130px;
	position:absolute;
	top:190px;
	width:300px;
}

#laddningsSnurra div p, #laddningsSnurra_2 div p, #laddningsSnurra_3 div p {
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
}

.maximizeDivToWindowSize { 
	display: block; 
	width: 100%; 
	height: 100%; 
	position: absolute; 
	z-index: -1; 
	top: 0;
	left: 0;
}

.button_print a.icon.print {
	background:transparent url(../images/icns/print.gif) no-repeat scroll 0 0;
	float:right;
}

a.print {
	background:transparent url(../images/icns/print_right.gif) no-repeat scroll 0 0;
}



/* Nya produktdetaljsidan */
.standardText {
	font-size:1.1em;
}

.icon_container {
	background:transparent url(../images/products/bg_icon_container.gif) no-repeat scroll left bottom;
	height:27px;
	margin-top:10px;
	overflow:hidden;
	padding-bottom:10px;
	position:relative;
}

.icon_container a.icon {
	padding-left:22px;
	text-decoration:underline;
}

.blog {
	background:transparent url(../images/icns/blog.gif) no-repeat scroll 0 0;
}

.add_to_list {
	background:transparent url(../images/icns/add_to_list.gif) no-repeat scroll 0 0;
}

div#blog_layer {
	position:relative;
	width:400px;
}

.header {
	font-size:12px;
	margin:0;
	text-transform:uppercase;
}

div#blog_layer h6.header {
	margin-bottom:6px;
	text-transform:none;
}

div#blog_layer h6.small_header {
	font-size:11px;
	margin:0;
}

div#blog_layer .separator_div {
	width:396px;
}

#middle_container .separator {
	background-image:url(../images/products/bg_icon_container.gif);
}

.separator {
	background:#FFFFFF url(../images/products/separator.gif) repeat-x scroll 0 0;
	border:medium none;
	display:block;
	height:7px;
	margin:0 0 10px;
	padding:0;
}

.small_col {
	float:left;
	margin-right:10px;
	width:235px;
}

.small_col.right {
	margin-right:0;
}

#ratings_refresh{
	margin-top:10px;
}

#blog_trackback{
	margin-top:10px;
/*	#margin-top:25px;*/
	_POSITION: absolute;
	_LEFT: 260px; 
/*	_TOP: 913px;*/
}

#ratings_refresh ul li span {
	font-style:italic;
}

#ratings_refresh ul li p, #ratings_refresh a, #ratings_refresh ul li span, #blog_trackback ul li p, #blog_trackback a, #blog_trackback ul li span {
	font-size:1.1em;
	overflow-x:auto;
	overflow-y:hidden;
}

#ratings_refresh ul, #blog_trackback ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#ratings_refresh ul li {
	background:transparent url(../images/products/separator.gif) repeat-x scroll left bottom;
	margin-bottom:7px;
	padding:0 0 20px;
}

#ratings_refresh ul, #blog_trackback ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#ratings_refresh ul, #blog_trackback ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 0 5px;
}

#product_attribute_container {
	background-color:#F0F0F0;
	overflow:hidden;
	position:relative;
	#margin-bottom:-10px;
	_margin-bottom:0;
	height:100%;
}

#product_attribute_container img {
border: solid 1px #808080;
}




.product_read_more_link {
	background:transparent url(../images/icns/arrow_down.gif) no-repeat scroll 0 2px;
	display:block;
	padding-left:10px;
	font-size:11px;
	text-decoration:underline;
	margin-top:9px;
}

#product_color_chooser {
margin-bottom:12px;
padding-left:10px;
width:166px;
}

.col {
float:left;
}

#product_size_chooser ul {
	padding-top:7px;
}

#product_attribute_container ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#add_to_cart {
	background:transparent url(../images/products/gray_line.gif) repeat-x scroll 0 0;
	clear:both;
	margin:0;
	overflow:hidden;
	padding:15px 0 9px;
	_display:block;
	_overflow:none;
	_height:100%;
	_position:relative;
}

.help {
	background-image:url(../images/icns/qmark.gif);
}

.icon_link {
	background:transparent url() no-repeat scroll 0 0;
	font-size:11px;
	padding-left:17px;
	text-decoration:underline;
}

#add_to_cart #quantity_label {
	float:right;
	line-height:26px;
	margin-top:2px;
	text-transform:uppercase;
	position:relative;
	font-weight:bold;
	display:block;
	font-size:11px;
}
#add_to_cart #quantity_input {
	float:right;
	line-height:26px;
	margin-right:9px;
	margin-top:1px;
	text-transform:uppercase;
	position:relative;
	font-weight:bold;
}

#product_attribute_container label {
	font-size:11px;
}

#search_store {
	border-top:10px solid #FFFFFF;
	overflow:hidden;
	padding:9px 0 0 13px;
	position:relative;
	height:100%;
	
	
}

#product_missing {
	background:transparent url(../images/products/bg_prod_missing.gif) no-repeat scroll 0 0;
	bottom:0;
	color:#FFFFFF;
	/*height:95px;*/
	height:100%;
	left:0;
	padding:35px 0 0 0;
	margin-bottom:0px;
	_margin-bottom:-10px;
	/*padding:35px 0 0;*/
	width:315px;
	z-index:55;
	position:relative;
	top:-7px;
	_padding-top:38px;
	_top:1px;
}


#notInStore {
	_overflow:none;
	_top:0;
	_background-color:#f0f0f0;
}


#product_attribute_container h5 {
	font-size:1.1em;
	margin-bottom:5px;
	text-transform:uppercase;
}

#product_color_chooser label {
	margin-top:-1px;	
}

#product_color_chooser li {
	margin:0;
	padding:0;
}

#product_color_chooser img {
	vertical-align:middle;
	margin-bottom:3px;
}

#product_color_chooser input {
	margin-top:-5px;
	vertical-align:middle;	
}

#product_color_chooser span {
	position:absolute;
	margin-top:3px;
	_margin-top:0px;
	_position:inherit;
}


#product_size_chooser {
	_display:block;
	margin-bottom:12px;
	#margin-bottom:-4px;
}

#product_size_chooser ul {
	margin:0;
	padding:0;
}
#product_size_chooser li {
	height:24px;
	margin:0;
	padding:0;
}
#product_size_chooser input {
	
}
#product_size_chooser span {
	margin-top:3px;
	position:absolute;
	_margin-top:0px;
	_position:inherit;
}

#add_to_cart .button_forward {
	margin-right:9px;
	clear:right;
}

#add_to_cart input {
	font-size:1.6em;
	height:21px;
	margin-left:5px;
	padding:0 0 0 5px;
	width:17px;
	display:block;
}

.helpLink {
	background:transparent url(../images/icns/qmark.gif) no-repeat scroll 0 0;
	font-size:11px;
	padding-left:17px;
	text-decoration:underline;
}

#search_store p {
	font-size:1.1em;
	/*IE6*/
	_margin-bottom:10px;
}
#product_missing p {
	font-size:1.1em;
	/*IE6*/
	padding-bottom:2px;
	_margin-bottom:10px;
}
#search_store .button, #product_missing .button {
	position:absolute;
	right:11px;
	top:16px;
}

#product_missing h4, #product_missing h5, #product_missing p {
	font-weight:bold;
	padding-left:13px;
}

#product_missing h4 {
	background:transparent none repeat scroll 0 0;
	font-size:18px;
	text-transform:none;
	position:relative;
	top:-5px;
}

#product_missing h5 {
	font-size:1.2em;
	text-transform:none;
	position:relative;
	top:-14px;
}

#product_missing .button {
	background-image:url(../images/btns/right_orangebg.gif);
	top:88px;
	_top:91px;
}

#product_missing .button span {
	background-image:url(../images/btns/left_orangebg.gif);
}

.productVariationSeparator{
	background:transparent url(../images/products/gray_line.gif) repeat-x scroll 0 0;
	float:left;
	position:relative;
	top:7px;
}

#noBlogPosts, #noReviews{
	margin-bottom:7px;
	padding:0 0 20px;
}

#blog_trackback .empty, #noReviews .empty {
	font-size:1.1em;
}

#product_container .logo {
	left:24px;
	margin-bottom:-2px;
	margin-top:15px;
	position:relative;
	z-index:66;
}

#right_container .stripe {
	position:static;
}

#right_container .offer_text {
	margin:7px 0 -5px 0;
}

#right_container p {
	font-size:1.1em;
}

#right_container .product_name_container {
	margin:0;
	overflow:hidden;
}

#right_container .product_name strong.price {
	margin-top:0;
}

h1.name, h4.name {
	font-size:1.6em;
	margin:12px 0 0 3px;
	text-transform:uppercase;
}

.sIFR-active h1 {
	letter-spacing:1px;
	padding-right:0 !important;
}

#product_extras {
	bottom:24px;
	left:164px;
	position:absolute;
}

.movie {
	background-image:url(../images/icns/movie.gif);
	margin-right:10px;
}

#product_info {
	overflow:hidden;
	padding-bottom:4px;
}

#product_container {
	margin-bottom:14px;
	position:relative;
}

#product_info .header {
	padding-left:5px;
}

#add_to_cart .button_orange_buy {
	background-image:url(../images/btns/right_gray_orange.gif);
	text-align:center;
}

.button_orange_buy {
	background:transparent url(../images/btns/right_orange.gif) no-repeat scroll 100% 0;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	float:left;
	height:34px;
	margin:-3px 0 0;
	position:relative;
	text-decoration:none;
	text-transform:uppercase;
}

#add_to_cart .button_orange_buy span {
	background-image:url(../images/btns/left_gray_orange.gif);
	padding-right:11px;
}

.button_orange_buy span {
	background:transparent url(../images/btns/left_orange.gif) no-repeat scroll 0 0;
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
	height:34px;
	line-height:34px;
	margin:0;
	padding:0 25px 0 11px;
}

#add_to_cart .button_orange_buy {
	text-align:center;
}

.button_orange_buy {
	color:#FFFFFF;
	cursor:pointer;
	text-decoration:none;
	text-transform:uppercase;
}

.rotate {
	background-image:url(../images/icns/rotate.gif);
	padding-bottom:2px;
}

#search_store h5 {
	font-size:1.2em;
	margin-bottom:3px;
	text-transform:none;
}

/* Twingly specific */
.tw_header {
	display:none;
}

.tw_widget {
	border:none;
	padding:0;
}

.tw_logo {
	display:none;
}

.tw_logo a {
	display:none;
}

.tw_reportbutton {
	display:none;
}

.tw_list .tw_rss_icon img {
	display:none;
}

.tw_item{
	height:74px;
}

.tw_list .sub{
	background:transparent url(../images/products/separator.gif) repeat-x scroll left bottom;
	margin-bottom:15px;
	overflow:hidden;
	padding:0 0 18px;
	height:32px;
	font-style:italic;
	font-weight:normal;
	margin-left:-2px;
	#margin-left:0;
}

#tw_link_widget .tw_list .sub span{
	float:left;
	font-style:normal;
	font-size:0.9em;
	font-weight:bold;
	margin-left:2px;
	#margin-left:0;
}

#tw_link_widget .tw_list a{
	color:#000000;
	text-decoration:none;
	line-height:10px;
}

#twingly_blog_search {
	background:transparent url(../images/misc/twingly.gif) no-repeat scroll 0 0;
	color:#666666;
	padding:0 0 0 45px;
	text-decoration:none;
}

#tw_link_widget .headline a{
	text-decoration:underline;
	font-size:0.9em;
	font-weight:bold;	
	line-height:15px;
}

#tw_link_widget {
	list-style-type:none;
	font-size:1.1em;
}

.tw_list .tw_item .headline {
	height:15px;	
}

.tw_list .alt {
	background-color:#FFFFFF;
}

.at300bs.at15t_expanded, .at300bs.at15t_compact {
	background:transparent url(../images/icns/addThis.gif) no-repeat scroll 0 0;
}

.addthis_default_style .at300b, .addthis_default_style .at300m{
	font-size:1.1em;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.page-break { 
	display:block;
	page-break-before:always;
}

.hidden {
	visibility: hidden;
}

#productAttributeForm{
	margin-top: 15px;
	min-height: 92px;
}

.none{
	display:none;
}

/* because needed to look up by classname */
.nonePRef{
	display:none;
}



/* Scene7 -----------------------------------------------------------------*/

#scene7 {
	background:transparent url(../images/products/gray_line.gif) repeat-x scroll 0 0;
	clear:both;
	margin:0;
	overflow:hidden;
	padding:15px 0 9px;
	_display:block;
	_overflow:none;
	_height:100%;
	_position:relative;
}

#scene7 .button_forward {
	margin-right:9px;
	clear:right;
}



#scene7 .label {
	float:right;
	line-height:26px;
	margin-top:2px;
	text-transform:uppercase;
	position:relative;
	font-weight:bold;
	display:block;
	font-size:11px;
}



#scene7 input {
	font-size:1.6em;
	height:21px;
	margin-left:5px;
	padding:0 0 0 5px;
	width:17px;
	display:block;
}

#scene7 h5 {
	font-size:1.2em;
	margin-bottom:3px;
	text-transform:none;
}

#scene7 p {
	margin-top:-3px;
	font-size:1.1em;
	text-transform:none;
}




