/* Basics
****************************************************************************************/
body, html
{
	background:url('../images/bg_body.jpg') repeat-y top #f7f7f7;
	font-family:Arial;
	font-size:12px;
	color:#000000;
}
a 
{
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
a:hover
{
	color:#808080;
	text-decoration:underline;
}
h1, h1 span
{
	font-family: Arial, Verdana;
	font-size: 22px;
	font-weight: bold;
	color: #cc1718;
}

h2, h2 span
{
    font-family: Arial, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: black;
}

h3
{
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
strong,b {
	font-weight:bold;
}
em,i {
	font-style:italic;
}
/* Wrapper
****************************************************************************************/
#wrapper
{
	width:1000px; /* site-width */
	max-width:1000px;
	margin:0 auto 0 auto;
	padding:0;
}
#background
{
	width:100%;
	padding:0;
}
/* Controls
****************************************************************************************/
.button
{
	float:left;
	display:block;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	border:1px solid #AEADB2;
	color:#ffffff;
	margin:0 3px 0 0;
	padding:3px 5px 3px 5px;
	background:url('../images/button.jpg') repeat-x top #8AB6CD;
}
.button:hover, .button:hover span
{
	color:#f4f4f4;
	cursor:pointer;
}
.textbox, .dropdown
{
	padding:2px;
	margin:2px 0 4px 0;
	background-color:#ffffff;
	border:1px solid #B2B2B2;
}
/* Top
****************************************************************************************/
#top
{
	width:100%;
	height:0px;
	background:url('../_gfx/design/bg_top.gif') #F1F1F1;
}
#top ul
{
	float:right;
	height:100%;
}
#top ul li
{
	display:inline;
}
#top ul li a
{
	line-height:1;
	margin:0;
	display:block;
	line-height:16px;
	border-left:1px solid #DEDDDE;
	text-decoration:none;
	color:#999999;
}
#top ul li a span
{
	padding:5px 13px 4px 13px;
	display:block;
	border-left:1px solid #FFFFFF;
}
#top ul li a:hover
{
	background:#F1F1F1;
}
#top ul li a:active
{
	background:transparent;
}
/* Header
****************************************************************************************/
#header 
{
	width:100%;
	height:121px;
}
#logo
{
	width:915px;
	height:121px;
	float:left;
}
/* Menu
****************************************************************************************/
#nav
{
	width:100%;
	height:51px;
	overflow:hidden;
	background:url('../images/nav.jpg') no-repeat top left #F0F0F0;
	clear:both;
}
#nav .item
{
	float:right;
}
#nav .item a 
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
#nav .item a span
{
	border-right:1px solid #9e2023;
	border-left:1px solid #dc5e5f;
	padding:7px 10px 7px 10px;
	display:block;
	cursor:pointer;
	margin-top:10px;
}
#nav .item a span:hover
{
	text-decoration:underline;
}
#nav .f
{
	margin-right:17px;
}
#nav .l
{

}
#nav .l a span
{
	border-left:0;
}
#nav .f a span
{
	border-right:0;
}
/* Content
****************************************************************************************/
#content
{
	width:100%;
	padding:0;
	margin:15px 0 0 0;
}
#content_left
{

}
#content_right
{

}
#content #col_left
{
	width:170px;
	float:left;
}
#content #col_main
{
	width:620px;
	max-width:620px;
	min-height:700px;
	float:left;
	margin:0 10px 0 10px;
}
#content #col_right
{
	width:170px;
	float:left;
	padding-left:10px;
	min-height:1055px;
}
/* Container
****************************************************************************************/
.box
{
	width:100%;
	margin:0 0 10px 0;
	background-color:#ffffff;
}
.box_head
{
	width:100%; height:25px;
	clear:both;
	overflow:hidden;
	background:url(../images/Caption.gif) top left no-repeat;
}
.box_head h4
{
	height:100%;
	padding:2px 0 0 9px;
	font-family:Arial, Verdana;
	font-size:14px;
	font-weight:bold;
    text-transform:uppercase;
	color:#ffffff;
	margin-top:3px;
	margin-left:4px;
}
.box_head .left
{
	width:100%; height:100%;
	background:url('../_gfx/design/bg_container_head_left.gif') no-repeat top left;
}
.box_head .right
{
	width:100%; height:100%;
	background:url('../_gfx/design/bg_container_head_right.gif') no-repeat top right;
}
.box_body
{
	width:100%;
	background:url('../images/bg_box.gif') no-repeat bottom left;
	padding-bottom:0px;
	padding-top:5px;
}

.box_content
{
	padding:5px 0 5px 0;
	margin:0 0 5px 0;
}
.padder
{
	margin:5px 5px 0 5px;
}
/* Tree
****************************************************************************************/
.tree
{

}
.tree table a
{
	font-weight:bold;	
	color:#000000;
}
.tree table a:hover
{
	text-decoration:underline;
	color:#808080;
}
/* Chart
****************************************************************************************/
#chart
{
	font-size:11px;
}
#chart a
{
	color:#417893;
}
#chart a:hover
{
	color:#2F576B;
}
#total
{
	width:100%;
	margin-bottom:5px;
}
#total span
{
	display:block;
	padding:5px 0px 5px 10px;
	font-size:11px;
	font-weight:bold;
}
/* Find
****************************************************************************************/
.txtfind
{
	width:165px;
	margin-bottom:4px;
}
/* Infopage
****************************************************************************************/
.InfoPageHeaderBox
{
	 height:40px; background:url(../images/rub.jpg) top left no-repeat; text-align:right; padding-right:10px; padding-top:5px;
}
/* Hide content
****************************************************************************************/
.newsletter, .news
{
	display:none;
	visibility:hidden;
}
/* Footer
****************************************************************************************/
#footer
{
	width:980px;
	clear:both;
	height:25px;
	border-top:solid 3px #ca1617;
	color:#AEAEAE;
	padding-top:5px;
	margin-top:15px;
}
#brand
{
}
#brand_logo
{
	padding:10px 27px 10px 10px;
	float:right;
}
/* Manufacturer
****************************************************************************************/
.box_padder
{
	padding:5px 10px 0px 10px;
}

/*
.DetailTabs
{
	clear:both;
	width:100%;
}
.DetailTabs a
{
	padding:6px;
	display:block;
	cursor:pointer;
	float:left;
	background-color:#cccccc;
	margin-right:5px;
}

.DetailTab
{
	width:600px;
	clear:both;
	padding:15px;
	background-color:#ffffff;
	border:solid 1px silver;
}

.DetailTab h3
{
 display:none;
}

.DetailTabs .selected
{
	border-bottom:0;
	background-color:#ffffff;
	border:solid 1px silver;
	border-bottom:0px;
}
*/

/* Tabs
****************************************************************************************/
.DetailTabs
{
	clear:both;
	width:600px;
}
.DetailTabBox
{
    background:url(../images/tab_top.gif) top left repeat-x;
    width:600px;
}
.DetailTabs a
{
	display:block;
	cursor:pointer;
	float:left;
	background:url(../images/tab.gif) top left no-repeat;
	height:38px;
	width:149px;
	padding-top:15px;
	text-align:center;
	font-weight:bold;
	color:#909090;
}


.DetailTab
{
	width:600px;
	clear:both;
	padding:15px;
	background-color:#ffffff;
}

.DetailTab h3
{
 display:none;
}

.DetailTabs .selected
{
	border-bottom:0;
	border-bottom:0px;
	background:url(../images/tab_active.gif) top left no-repeat;
	color:#000000;
}


/* Productlist
****************************************************************************************/
.listview2, .PL{ width:185px; margin:0 0 5px 0; padding:10px; float:left; background-color:#ffffff;}
.listview2 .image, .PL .image { margin:0 15px 15px 0; text-align:center; }
.listview2 h2, .PL h2 { font-size:16px;}
.listview2 .title, .PL .title { margin:0 0 5px 0; font-size:14px; height:30px; overflow-y:hidden;}
.listview2 .manufature, .PL .manufature { font-style:italic; padding-bottom:10px;}
.listview2 .text, .PL .text {padding-bottom:10px; height:80px; }
.listview2 .controls, .PL .controls { height:80px; margin-bottom:5px;}
.listview2 .price, .PL .price { color:#cc1718; font-size:18px; font-weight:bold; padding-bottom:5px; }
.listview2 .tips, .PL .tips { }
.listview2 .quantity, .PL .quantity { float:left; }
.listview2 .textbox, .PL .textbox { width:20px; margin-right:5px; vertical-align:middle; } 
.listview2 .textbox .quantity, .PL .textbox .quantity { vertical-align:middle; }

.listview2 .title a, .PL .title a { color:#000000; font-weight:bold; text-decoration:none; font-size:14px; }

/* Relatedproductlist
****************************************************************************************/
.DRP_Item { width:175px; margin:0 0px 5px 0; padding:15px; float:left; background-color:#ffffff; text-align:center; }
.DRP_Title { font-size:16px; font-weight:bold; color:#000000; border-bottom:solid 1px silver; margin-top:10px; padding-bottom:5px; padding-left:5px;}
.DRP_Caption {float:left; color:#cc1718; font-size:14px; font-weight:bold; margin-bottom:5px; text-align:left; height:30px;}
.DRP_Manufacturer { display:none;}
.DRP_Info{float:left; width:153px; height:100px; text-align:left;}
.DRP_Price{float:left; color:#cc1718; font-size:14px; font-weight:bold; text-align:left; width:80px;}
.DRP_MoreInfo{float:left;}

/* Pagenumbers
****************************************************************************************/
.paging { width:100%; text-align:right; clear:both; }
.paging a { padding:4px; }
.paging .current { border:1px solid #cccccc; background-color:#f4f4f4; }

/* Productdetails
****************************************************************************************/
.productdetails { width:100%; }

.productdetails .dhead { clear:both; background-color:#ffffff; margin-bottom:10px; width:100%; }
.productdetails .dhead .col1 { float:left; }
.productdetails .dhead .col1 .image { margin:5px; text-align:center; }
.productdetails .dhead .col1 .image img { margin:5px; }

.productdetails .dhead .col2 { float:left; width:320px; }
.productdetails .dhead .col2 .row div { float:left; }

.productdetails h2 { font-size:16px;}

.productdetails .buy { border:1px solid #A5ACB2; width:100%; padding:10px; border-left:0; border-right:0; margin:15px 0 10px 0; }

.productdetails .price { color:#cc1718; font-weight:bold; font-size:18px; }
.productdetails .currency { color:#CD0606; font-weight:bold; font-size:12px; text-transform:uppercase; }
.OrdinariePrice-Details { font-style:italic; text-decoration:line-through; margin-left:10px;}

/* Clearfix
****************************************************************************************/
.clearfix:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix
{
    display: inline-block;
}
html[xmlns] .clearfix
{
    display: block;
}
* html .clearfix
{
    height: 1%;
}

/* Front page list
***************************************************************************************
.PL
{
	width:100%;
}

.PL .Item
{
	width:185px;
	max-width:185px;
	height:350px;
	float:left;
	margin:10px 5px 10px 5px;
	padding:5px;
	text-align:center;
}
.PL .Caption
{
	clear:both;
	color:#000000;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    padding-bottom:3px;
    width: 185px;
    text-align:left;
    height:30px;
    overflow-y:hidden;
}
.PL .Manufacturer
{
	width:100%;
	clear:both;
	font-style:italic;
	padding-bottom:10px;
	width: 185px;
    text-align:left;
}
.PL .Price
{
	clear:both;
	color:#cc1718;
    font-size:18px;
    font-weight:bold;
    padding-bottom:10px;
    width: 140px;
    text-align:left;
}
.PL .Info
{
	width:100%;
	clear:both;
	padding-bottom:10px;
	width: 185px;
    text-align:left;
    height:90px;
}

.PL .Buy
{
    display:block;
    float:right;
    font-size:10px;
    font-weight:bold;

}

.PL .MoreInfo
{
    display:block;
    float:right;
    
}

.PL .Buy a { color:White; text-decoration:none; }
.PL .Buy a:hover { color:#d88d32; text-decoration:underline; }

.PL .Title
{
	display:none;
}

.controls select { width:140px; margin:4px 0px 4px 0px; }*/

/* Customs (styles used on this page only)
****************************************************************************************/
#custom1, #custom2, #custom3, #custom4
{
	display:none;
	visibility:hidden;
}
/* Specific (styles used on this page only)
****************************************************************************************/

.tick 
{
	margin-bottom:15px;
	padding-left:50px;
	background:url('../images/tick.gif')  left no-repeat;
}
.tick h5
{
	font-weight:bold;
	font-size:18px;
}

.cell1
{
	border:0px dotted silver;
}
.cell2
{
	border:0px dotted #7F7F7F;
	padding:10px;
}



/* Country specific headers (styles used on this page only)		t{ID}-{Country}
****************************************************************************************/

/* Fixar för kassan */
.lblCreditLimitExceeded, .lblSplittDelivery  { display:none; }
.CartOrderDelivery, .CartOrderPayment { margin:20px 0 20px 0; }
.CartOrderDelivery  div span, .CartOrderPayment  div span  { font-weight:bold; line-height:25px;}
.lblNeedToLogin { clear:both; color:red; margin-top:20px; text-align:center; }
.lblNeedToLogin span { font-weight:bold;  }

#col_main .header, .InfoPageHeaderBox { height:101px; background:url(../images/inforubBg.gif) top left no-repeat; text-align:right; padding-top:35px;}

.newsletter-1 { display:none;}

.find input { width:100px; float:left; margin-right:10px;}
.find .button { margin-top:2px;}
.DetailTrad {float: left; width: 55px; height: 70px; text-align: center;  margin: 2px 7px 7px 2px; border:solid 1px  Silver;}
.DetailTrad a {  }

/* Register
****************************************************************************************/
.custprofileRow{ height: 30px; width: 100%; }
.custprofileValue, .custprofileName, .custprofileError, .custprofileValue2, .custprofileName2, .custprofileError2  { float: left; height: 15px; padding: 5px }

.custprofileName { width: 140px; }
.custprofileValue { width: 200px; }
.custprofileError { width: 125px; }

.custprofileName2 { width: 85px; }
.custprofileValue2 { width: 300px; }
.custprofileError2 { width: 85px; }

.custprofileSection { margin: 10px 0px 25px 2px; padding:0 0 0 5px; }
.custprofileSection h2 { font-size: 13px; font-weight:bold; }

#filter { display:none; }
.lblLinks { width:100%; clear:both; margin-top:20px; }
#hozmenu-top { display: none; }
.OrdinariePrice-List {padding-left:10px;font-size:12px;color:black;text-decoration:line-through; }
div.sorting { display: none; }
/*.pStockText, .pStockValue { display: none; }*/

.breadcrum {margin-bottom:10px;}

/*---------------------- KASSA --------------------*/

        .content-cart {font-family: Trebuchet MS;}
        .content-cart h2 {font-family: Trebuchet MS;}
        .cartrightcolwrapper, .cartleftcolwrapper {width: 50%; float:left; }
        .cartrightcol, .cartleftcol{ margin: 20px; }
        .cartrightcol h2, .cartleftcol h2 {padding: 5px 0 5px 35px ;}
        h2.campaign-code {background: white url(/_gfx/step1.gif) no-repeat;}
        h2.customer-auth, h2.customer-info {background: white url(/_gfx/step2.gif) no-repeat;}
        h2.paytype {background: white url(/_gfx/step3.gif) no-repeat;}
        h2.frieghttype {background: white url(/_gfx/step4.gif) no-repeat;}        
        h2.subscription, h2.yearsallery {background: white url(/_gfx/step5.gif) no-repeat;}
        a > b, h2.campaign-code {background: white url(/_gfx/step1.png) no-repeat;}
        a > b, h2.customer-auth, h2.customer-info {background: white url(/_gfx/step2.png) no-repeat;}
        a > b, h2.paytype {background: white url(/_gfx/step3.png) no-repeat;}
        a > b, h2.frieghttype {background: white url(/_gfx/step4.png) no-repeat;}
        a > b, h2.subscription, h2.yearsallery {background: white url(/_gfx/step5.png) no-repeat;}
        .cartrightcol h2.disabled, .cartleftcol h2.disabled {color: #dfdfdf;}
        .cartrightcol .subscription ul, .cartrightcol .frieghttype li, .cartrightcol .paytype li, .cartleftcol  li.customer-auth, .cartleftcol  li.customer-update, div.customer-info2, ul.campaign-code, ul.customer-update { display:block; margin:5px 0; padding: 5px; border: solid 3px #dbdbdb; background-color: #f4f4f4; font-size: 12px; 
                                                                                                                                 -moz-border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px;}
        .customer-info2 .label {font-weight: bold;}
        .customer-info2 .value {display:block; padding-left: 10px;}
        .cartrightcol li.disabled, .cartrightcolwrapper .disabled li {opacity:0.4;filter:alpha(opacity=40)}
        .cartrightcol li input {height: 17px; width: 17px; margin-right: 4px; vertical-align:bottom;}
        .disabled span {color: #dfdfdf;}
        .disabled h2 {opacity:0.4;filter:alpha(opacity=40)}
        li.customer-auth li{display:block; margin:0; padding: 0; border: none; background-color:Transparent;}
        .fronted-summery li {display:inline-block;  width: 50%; float: left;}
        .fronted-summery li div.wrapper {padding: 10px 5px; border: solid 3px #c4cfa4; background-color: #f1f5e4; font-size: 15px; margin:20px;   text-align:center; font-weight: bolder;}
        .cart-summery {background-color: #f1f5e4; padding: 10px; clear:both;}
        .cart-summery li {display: block; clear:both; font-size: 12px; font-weight: bolder;}
        .cart-summery li .label {float:left; display:inline-block;}
        .cart-summery li .value {float:right; display:inline-block;}
        /*.cartleftcol li input.txtbox, .cartleftcol li li  select, .cartrightcol input.txtbox{border: solid 2px #dbdbdb; width: 250px}*/
        .content-cart div.txtbox, .content-cart div.ddlbox   {border: solid 2px #dbdbdb;}
        .content-cart div.txtbox input, .content-cart div.txtbox textarea, .content-cart div.ddlbox select { width: 100%; border: solid 0 black;}
        .Cart {width:100%;margin-bottom: 20px;}
        .Cart input {border: solid 1px black; vertical-align: bottom; margin-right: 5px;}
        .Cart thead {border-bottom: solid 2px black;  font-size: 12px; font-weight: bolder; }
        .Cart tbody, .Cart tbody a {font-size: 11px; font-weight: normal;color: Black; }
        .Cart tr.alt {background-color: #f4f4f4;}
        .cart-thumbnail { padding-left:10px;}
        .content-cart .button {display:inline-block; float:none;  margin: 3px 0; background-color:#cccccc; border: solid 2px #505050; background-image:none;}
        .content-cart .button:hover {background-color:#f4f4f4; border: solid 2px #cccccc; background-image:none; color:#505050;}
        .content-cart .orderbutton {border: solid 2px #c4cfa4; background-color: #f1f5e4; font-size: 12px; padding: 4px 10px; font-weight: bolder; margin: 10px 0; float: right; background-image: none;}
        .orderbutton:hover {background-color: #ADD39C; color:White;}
        .disabled .orderbutton {background-color: #fff; color: #dfdfdf;border: solid 2px #dfdfdf; cursor: default;}
        
        .disabled .orderbutton:hover {background-color: #fff; color: #dfdfdf;}
        .messagebox 
        {
            -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px;
            border:2px solid #DFDFDF;
            background:url('/_gfx/info.png') 20px 25px no-repeat #f4f4f4;
            margin:10px;
            padding:10px 25px 10px 70px;
        }

        .messagebox ul {list-style-type:square; float:left;}
        .messagebox li {margin-bottom:10px;list-style-type:square;}
        .minheight {height: 60px; display:block; width: 0px; float:left;}
        .register input.valid, .register select.valid{ background: white url(/_gfx/okey.gif) no-repeat scroll 99% 50% ;}
        a > b, .register input.valid, .register select.valid{ background: white url(/_gfx/okey.png) no-repeat 99% 50%;}
        .register input.error, .register select.error{ background: white url(/_gfx/error.gif) no-repeat scroll 99% 50%;}
        a > b, .register input.error, .register select.error{ background: white url(/_gfx/error.png) no-repeat scroll 99% 50%;}
        .register label.error {font-style:italic; color:#777777;}
        .Cart .prodimg {height: 40px; width: 40px; border: solid 1px #dcdcdc; margin: 10px 0;}
        .paytype-1, .paytype-50, .paytype-20, .paytype-21  { background: Transparent url(/_gfx/paydelalts/paytype50.gif) no-repeat scroll 99% 50%; }
        a > b, .paytype-1, .paytype-50, .paytype-20, .paytype-21  { background: Transparent url(/_gfx/paydelalts/paytype50.png) no-repeat scroll 99% 50%; }
        .paytype-80, .paytype-54  { background: Transparent url(/_gfx/paydelalts/paytype54.gif) no-repeat scroll 99% 50%; }
        a > b, .paytype-80, .paytype-54  { background: Transparent url(/_gfx/paydelalts/paytype54.png) no-repeat scroll 99% 50%; }
        .paytype-55, .paytype-56, .paytype-57, .paytype-58, .paytype-59  { background: Transparent url(/_gfx/paydelalts/paytype55.gif) no-repeat scroll 99% 50%; }
        a > b, .paytype-55, .paytype-56, .paytype-57, .paytype-58, .paytype-59  { background: Transparent url(/_gfx/paydelalts/paytype55.png) no-repeat scroll 99% 50%; }
        .paytype-2 { background: Transparent url(/_gfx/paydelalts/paytype2.gif) no-repeat scroll 99% 50%; }
        a > b, .paytype-2 { background: Transparent url(/_gfx/paydelalts/paytype2.png) no-repeat scroll 99% 50%; }
        .paytype-4 { background: Transparent url(/_gfx/paydelalts/paytype4.gif) no-repeat scroll 99% 50%; }
        a > b, .paytype-4 { background: Transparent url(/_gfx/paydelalts/paytype4.png) no-repeat scroll 99% 50%; }
        
        .deltype-0, .deltype-3, .deltype-5 { background: Transparent url(/_gfx/paydelalts/deltype0.gif) no-repeat scroll 99% 50%; }
        a > b, .deltype-0, .deltype-3, .deltype-5 { background: Transparent url(/_gfx/paydelalts/deltype0.png) no-repeat scroll 99% 50%; }
        .deltype-10 { background: Transparent url(/_gfx/paydelalts/deltype10.gif) no-repeat scroll 99% 50%; }
        a > b, .deltype-11 { background: Transparent url(/_gfx/paydelalts/deltype11.png) no-repeat scroll 99% 50%; }
        .Cart span.update {display:inline-block; height: 16px; width: 16px; background: Transparent url(/_gfx/update.gif) no-repeat;}
		.Cart .alt span.update {display:inline-block; height: 16px; width: 16px; background: Transparent url(/_gfx/update.png) no-repeat;}
		a > b, .Cart span.update {display:inline-block; height: 16px; width: 16px; background: Transparent url(/_gfx/update.png) no-repeat;}
        .Cart span.remove {display:inline-block; height: 16px; width: 16px; background: Transparent url(/_gfx/remove.gif) no-repeat;}
		.Cart .alt span.remove {display:inline-block; height: 16px; width: 16px; background: Transparent url(/_gfx/remove_gra.gif) no-repeat;}
		a > b, .Cart span.remove {display:inline-block; height: 16px; width: 16px; background: Transparent url(/_gfx/remove.png) no-repeat;}
		.content-cart   .extrainfo {font-style: italic; color: #050505;}
.frieghttype {display:none;}

/* NEW PRODUCT DETAILS
***************************************************************************************/
        div.raingwrapper, div.shorttextwrapper, span.expecteddelivery, span.qtyinstock, span.qty, span#price, span#ordprice, span.buy, div.manufature
        {
             padding:3px 0px 3px 0px;
        }
        /* widths */
        .content-details div.shorttextwrapper, .content-details div.propwrapper, .content-details div.propwrapper dl,
        .content-details span.artnowrapper, .content-details span.expecteddelivery, .content-details span.qtyinstock
        {
            width:400px;
            } 
        
        .content-details {padding-top:15px;}
        .content-details div#imagewrapper{float:left; width:170px; height:300px;}

        .content-details div.ratingwrapper{display:none;}
        .content-details div.shorttextwrapper{float:left; margin-bottom:10px;}
        .content-details div.propwrapper{float:left; margin-bottom:10px;}
        .content-details div.propwrapper dl{float:left; display:inline-block;}
        .content-details div.propwrapper dl dt{float:left; margin-right:5px; color:Gray;}
        .content-details div.propwrapper dl dd{float:left; margin-right:5px;}

        .content-details h1 { margin-bottom:15px;}
        .content-details span.manufature{font-style:italic;}

        .content-details span.artnowrapper{float:left;}
            span.artnowrapper .label{color:Gray;}
            span.artnowrapper .value{padding-left:5px;}

        .content-details span.expecteddelivery{float:left;}
            span.expecteddelivery .label{color:Gray;}
            span.expecteddelivery .value{padding-left:5px;}
            
        .content-details span.qtyinstock{float:left;}
            span.qtyinstock .label{font-weight:bold;}
            
        .content-details span#price{float:left; margin-top:15px; width:;}
            span#price .label{color:Gray;}
            span#price .value{padding-left:5px; font-size:18px; font-weight:bold; color:#CC1718;}

        .content-details span#ordprice{float:left; margin-top:20px; padding-left:15px; margin-bottom:3px;}
            span#ordprice span{font-size:11px; font-weight:normal; text-decoration:line-through;}
            
        .content-details span.qty{float:left; width:367px; text-align:right; border-top: solid 1px black; margin-top:10px;}
            span.qty .label{color:Gray;}
            span.qty input{width:25px; text-align:center;}

        .content-details span.buy {border-top:1px solid black;float:left;margin-top:10px;padding-left:17px;}
        .content-details .button { margin-top:3px;}

        div#eventswrapper{clear:both;}
        div#eventscontentwrapper{}
        
/* New Tab */
        h2.eventtitle{display:none;}
        .content-details div#eventswrapper{width:100%; height:38px;background:url(../images/tab_top.gif) top left repeat-x;}
            div#eventswrapper ul#events li{float:left;background:url(../images/tab.gif) top left no-repeat; height:22px; width:150px; text-align:center; padding-top:16px; margin-right:0px; color:#585858; font-weight:bold;}
            div#eventswrapper ul#events li.active{background:url(../images/tab_active.gif) top left no-repeat; color:black; margin-bottom:-1px; font-weight:bold;}

        .content-details  div#eventscontentwrapper{clear:both; padding:15px 5px 5px 5px; background:#fff;}/* -moz-border-radius-topright:7px;  -webkit-border-radius-topright:7px; -moz-border-radius-bottomleft:7px;  -webkit-border-radius-bottomleft:7px;  -moz-border-radius-bottomright:7px;  -webkit-border-radius-bottomright:7px;*/
            div#eventscontentwrapper h2.eventtitle{margin-bottom:15px;}
            
#eventswrapper #events li:hover{ cursor: pointer;}
#eventswrapper #events li.active:hover{ cursor: default;}

/* Mail Friend */
        li.MailFriendRow{clear:both;}
        li.MailFriendRow span.label{clear:both; float:left;}
        li.MailFriendRow input{clear:both; float:left; margin-bottom:5px;}
        li.MailFriendRow a{clear:both;}