BODY {
	font-family: Arial,Helvetica,sans-serif;
	padding: 0px;
	font-size: 11px;
	text-align: center;
	color:#3f3f3f;
	background-color: #fff;
	background-image:url('images/pozadina11.jpg');
	background-position:center top;
	background-attachment: fixed;
	background-repeat:no-repeat;
	margin:0px;
}
FORM{
	margin: 0px;
}
A {
	font-size: 14px;
	color: #3f3f3f;
	text-decoration: underline;
}
A:hover {
	color:#CBC893;
	text-decoration: none;
}
IMG{ 
	margin: 0 auto; 
	padding: 0 auto; 
	border: none;
}
DIV{
	padding:0px;
	margin:0px;
	/*float:left;*/
}

DIV.container {
	width:994px;
	/*float:none;*/
	margin-left:auto;
	margin-right:auto;	
}
DIV.container DIV.bottom-shadow{
	width:994px;
	padding:0px 0px 7px 0px;
	background-image:url('images/shadow-bottom.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
}
DIV.container DIV.bottom-shadow DIV.left-shadow{
	width:983px;
	background-image:url('images/shadow-left.png');
	background-repeat:repeat-y;
	background-position:left;
	padding:0px 0px 0px 7px;
}
DIV.container DIV.bottom-shadow DIV.right-shadow{
	width:983px;
	background-image:url('images/shadow-right.png');
	background-repeat:repeat-y;
	background-position:right;
	padding:0px 7px 0px 0px;
}
DIV.content {
	width:983px;
}
DIV.content DIV.top{
	width:983px;
}

DIV.content DIV.top DIV.top-menu-wraper{
	width:983px;
	height:50px;
	background-color:#FFF;
}
DIV.content DIV.top DIV.top-menu{
	width:977px;
	height:40px;
	margin:2px 2px 0px 3px;
	background-color:#2b2b2b;
}
DIV.content DIV.top DIV.top-menu UL.top-menu-items{
	width:795px;
        float: left;
	height:35px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	background-image:url('images/top-menu-bkg.gif');
	background-repeat:repeat-x;
}
DIV.content DIV.top DIV.top-menu UL.top-menu-flags{
	width: 182px;
        float:right;
	height:35px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	background-image:url('images/top-menu-bkg.gif');
	background-repeat:repeat-x;
}
DIV.content DIV.top DIV.top-menu UL.top-menu-items LI.menu-item {
	height:30px;
	float:left;
}
DIV.content DIV.top DIV.top-menu UL.top-menu-flags LI.flag-item {
	height:30px;
	float:right;
}
DIV.content DIV.top DIV.top-menu UL.top-menu-items LI.menu-item DIV.item {
	float:left;
	margin-top:7px;
	padding-left:6px;
	padding-right:6px;
}
DIV.content DIV.top DIV.top-menu UL.top-menu-flags LI.flag-item DIV.flag {
	
	margin-top:7px;
	padding-left:2px;
	padding-right:2px;
}
DIV.content DIV.top DIV.top-menu UL.top-menu-items LI A{
	text-decoration:none;
	display:block;
	float:left;
	height:30px;
}
DIV.content DIV.top DIV.top-menu UL.top-menu-items LI.active {
	background-color:#2b2b2b;
}
DIV.content DIV.top DIV.top-menu UL.top-menu-items LI.active A{
	color:#cbc893;
}
DIV.content DIV.top DIV.top-menu UL.top-menu-items LI.menu-item DIV.menu-separator{
	width:1px;
	height:30px;
	float:left;
	background-image:url("images/top-menu-separator.gif");
}
DIV.main-image{
	width:592px;
	height:64px;
	/*background-image:url("images/main-image.jpg");*/
}
DIV.right{
	width:202px;
	margin:3px 10px 0px 0px;
}
DIV.right DIV#box{
	border: none;
}
DIV.right DIV.grey-box-bordered{
	width:200px;
	margin:0px 0px 20px 0px;
	border:1px solid #2b2b2b;
}

DIV.grey-box-bordered DIV.item_single {
	width:200px;
	margin:5px 0px;
}

DIV.grey-box-bordered DIV.item_single DIV.separator{
	width:200px;
	margin:5px 0px;
}
DIV.grey-box-bordered DIV.item_single DIV.items-desc{
	width:200px;
}
DIV.grey-box-bordered DIV.item_single DIV.items-desc DIV.name{
	width:200px;
	height:65px;
	float:left;	
}
DIV.grey-box-bordered DIV.item_single DIV.items-desc DIV.name A{
	font-size:13px;
	color:#2b2b2b;
	text-decoration:none;
}
DIV.grey-box-bordered DIV.item_single DIV.items-desc DIV.name A H3{
	margin-bottom:3px;
	margin-left:3px;
	font-size:15px;
	font-weight:normal;
	color:#2b2b2b;
}
DIV.grey-box-bordered DIV.item_single DIV.items-desc DIV.price{
	width:200px;
	float:left;
	font-size:14px;
	font-weight:bold;	
	color:#835c00;
}
DIV.grey-box-bordered DIV.items-desc DIV.buttons{
	width:200px;
	float:left;
	margin:10px 0px 10px 0px;
}


DIV.right DIV.grey-box-bordered DIV.item_single DIV.separator{
	display:none;
}
DIV.right DIV.grey-box-bordered DIV.item_single DIV.items-desc DIV.price{
	display:none;
}
DIV.right DIV.grey-box-bordered DIV.item_single DIV.items-desc DIV.buttons{
	display:none;
}
DIV.right DIV.grey-box-bordered DIV.title{
	width:200px;
	border-bottom:1px solid #2b2b2b;
	background-color:#e2e2e2;
}
DIV.right DIV.grey-box-bordered DIV.title DIV.text{
	font-size:13px;
	padding-left:10px;
}
DIV.right DIV.grey-box-bordered DIV.content{
	width:200px;
	font-size:13px;
	text-align: center;
}
DIV.right DIV.grey-box-bordered DIV.shortly {
	text-align: center;
}
DIV.right DIV.order-box DIV.content{
	width:180px;
	padding:5px;
}
DIV.right TD.thumbs_list {
	height: auto;
}
DIV.right DIV.item_single DIV.img{
	height: auto;
}
DIV.right DIV.item_single DIV.items-desc DIV.name{
	height: auto;
}
DIV.side-bottom-left{
	width:162px;
}
DIV.side-bottom-left DIV.grey-box-bordered{
	width:160px;
	height:70px;
	border:1px solid #2b2b2b;
	margin-bottom: 5px;
}
DIV.side-bottom-left DIV.price_ranges{
	height: auto;
}
DIV.side-bottom-left DIV.price_ranges UL.price_ranges{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 5px 5px;
}
DIV.side-bottom-left DIV.price_ranges UL.price_ranges LI.price_range_item A{
	text-decoration: none;
}
DIV.side-bottom-left DIV.price_ranges UL.price_ranges LI.price_range_item A:hover{
	text-decoration: underline;
}
DIV.side-bottom-left DIV.grey-box-bordered DIV.title{
	width:160px;
	border-bottom:1px solid #2b2b2b;
	background-color:#e2e2e2;
}
DIV.side-bottom-left DIV.grey-box-bordered DIV.title DIV.text{
	font-size:13px;
	padding-left:10px;
}
DIV.side-bottom-left DIV.grey-box-bordered DIV.content{
	width:150px;
	margin:15px 0px 0px 5px;
}
TABLE.outer_left{
	background-color:#FFF;
}
TD.leftMe{

}
TD.outer_right{
	width:20%;
}
TD.main_left{
	width:21%;
}
TD.main_right{
	width:79%;
}
TABLE.cat_side TD.cat_side{
	height:30px;
	border-bottom:1px solid #d7d7d7;
	padding: 0px;
}
TABLE.cat_side TD.cat_side H2{
	margin:0px;
	padding:10px;
	background-color: #292929;
}
TABLE.cat_side TD.cat_side H2 A.cat_side{
	color:#d5d5d5;
	text-decoration:none;
	font-size:12px;
	text-transform: uppercase;
}
TABLE.cat_side TD.cat_side H2 A.cat_side:hover{
	color:#c9bb98;
}
TABLE.cat_side TD.cat_side H2 A.active{
	color:#c9bb98;
}
TABLE.cat_side TD.cat_side DIV.cat_child {
	background-color: #FFFFFF;
    padding-left: 15px;
}
TABLE.cat_side TD.cat_side DIV.cat_child H2 {
	background-color: #FFFFFF;
    padding: 4px 10px;
}
TABLE.cat_side TD.cat_side DIV.cat_child H2 A {
	color: #333333;
    font-size: 11px;
}
TABLE.cat_side TD.cat_side DIV.cat_child H2 A:hover {
	color: #999999;
}
TABLE.cat_side TD.cat_side DIV.cat_children_off {
	display: none;
}
DIV.middle-centre{
	width:593px;
	margin:30px 0px 0px 0px;
}
DIV.middle-centre DIV.title{
	width:593px;
	margin-bottom:10px;
}
DIV.middle-centre DIV.title DIV.text-box{
	height:30px;
	padding:0px 10px 0px 3px;
	background-color:#292929;
}
DIV.middle-centre DIV.title DIV.text{
	margin:7px 0px 0px 0px;
	color:#d9bf82;
}
DIV.middle-centre DIV.title DIV.border {
	width:593px;
	height:10px;
	background-color:#292929;
}
DIV.middle-centre DIV.product-content {
	width:593px;
}
TD.thumbs_list{
	
}
TD.thumbs_list DIV.corners-inside {
	margin-left:26px;
}
DIV.main_right_div{
	width:593px;
	margin-top: -3px;
}
TD.cat_right{
	background-color:#292929;
}
TD.cat_right P.cat_single{
	margin-bottom:0;
	padding:2px;
}
TD.cat_right P.cat_single B{
	display:none;
}
TD.cat_right P.cat_single BR{
	display:none;
}
TD.cat_right P.cat_single I{
	font-size:12px;
	color:#d1bc8d;
}
TD.cat_right FORM.tell_friend{
	display:none;
}

#searchform INPUT.search{
	width:100px;
}
#searchform INPUT.search-btn{
	border:1px solid grey;
	background-color:#d8c489;
}
#table_cat_side{
	margin:0px 0px 30px 0px;
}
DIV.category-top{
	width:590px;
	float:left;
}
DIV.category-top DIV.desc{
	width:297px;
	height:113px;
	float:left;
	font-size:13px;
	background-color:#292929;
	color:#e9ce97;
}
DIV.category-top DIV.desc DIV.text{
	margin-top:10px;
	padding-left:5px;
	float:left;
}
DIV.category-top DIV.category-image{
	width:293px;
	float:left;
}
DIV.category-products-header{
	width:590px;
	float:left;
	margin:10px 0px 0px 0px;
	background-color:#FFF;
}
DIV.category-products-header DIV.text{
	font-size:15px;
	padding:9px 5px 5px 5px;
	color:#e6d295;
	background-color:#292929;
}
DIV.category-products-header DIV.border{
	width:590px;
	height:10px;
	font-size:0px;
	background-color:#292929;
}
TD.cat_item_list DIV.item_single{
	width:292px;
	height:292px;
	float:left;
	margin-bottom:5px;
	border:1px solid;
}
DIV.product-content DIV.item_single{
	width:292px;
	height:292px;
	float:left;
	margin-bottom:5px;
	border:1px solid;
}
DIV.item_single DIV.img{
	width:200px;
	height:150px;
}
DIV.item_single DIV.separator{
	width:292px;
	margin:5px 0px;
}
DIV.item_single DIV.items-desc{
	width:292px;
}
DIV.item_single DIV.items-desc DIV.name{
	width:292px;
	height:65px;
	float:left;	
}
DIV.item_single DIV.items-desc DIV.name A{
	font-size:13px;
	color:#2b2b2b;
	text-decoration:none;
}
DIV.item_single DIV.items-desc DIV.name A H3{
	margin-bottom:3px;
	margin-left:3px;
	font-size:15px;
	font-weight:normal;
	color:#2b2b2b;
}
DIV.item_single DIV.items-desc DIV.price{
	width:292px;
	float:left;
	font-size:14px;
	font-weight:bold;	
	color:#835c00;
}
DIV.items-desc DIV.buttons{
	width:292px;
	float:left;
	margin:10px 0px 10px 0px;
}
DIV.item-single-basket{
	float:left;
	margin-left:10px;
}
DIV.item-single-basket A.add_to_order{
	background-image:url("/user/include/crnobelibutik/images/dodaj_u_korpu.jpg");
	background-repeat:no-repeat;
	display:block;
	height:24px;
	width:91px;
}
DIV.item-single-basket A.add_to_order_en{
	background-image:url("/user/include/crnobelibutik/images/add_to_basket.jpg");
}
DIV.item-single-basket A.add_to_order_ci{
	background-image:url("/user/include/crnobelibutik/images/dodaj_u_korpu_ci.jpg");
}
DIV.info-button{
	float:right;
	margin-right:10px;
}
DIV.info-button A.details_button{
	background-image:url("/user/include/crnobelibutik/images/info.jpg");
	background-repeat:no-repeat;
	display:block;
	height:24px;
	width:45px;
}
DIV.info-button A.info_ci{
	background-image:url("/user/include/crnobelibutik/images/info_ci.jpg");
}
DIV.single-item{
	width:590px;
}	
DIV.single-item DIV.image-item{
	width:330px;
	float:left;
	
}
DIV.single-item DIV.item_left {
	float: left;
}
DIV.single-item DIV.item_left DIV.social {
	clear: both;
    float: left;
    padding: 10px 0;
    width: 340px;
}
DIV.single-item DIV.item_left DIV.social DIV.facebook,
DIV.single-item DIV.item_left DIV.social DIV.twitter,
DIV.single-item DIV.item_left DIV.social DIV.google {
	padding: 5px 0px;
}
DIV.single-item DIV.image-item DIV.imageGallery {
	
}
DIV.single-item DIV.image-item DIV.navigation DIV.image{
	opacity:1;
	cursor:pointer;
	margin-left:2px;
	float:left;
}

#image_big_button {
	margin-left:10px;
}
#image_big_buttonclose{
	cursor:pointer;
}
DIV.single-item DIV.image-item DIV.navigation DIV.active{
	opacity:1;
}
DIV.single-item DIV.image-item DIV.navigation SPAN{
	float:left;
	margin-right:5px;
	color:#212121;
	font-size:13px;
}	
DIV.single-item DIV.image-item DIV.navigation{
	width:330px;
	margin:10px 0px 0px 0px;
}
DIV.single-item DIV.description-item{
	width:250px;
	float:left;
	font-family:tahoma;	
}	
DIV.single-item DIV.description-item DIV.name-item{
	width:250px;
}
DIV.single-item DIV.description-item DIV.name-item H1{
	font-size:15px;
	color:#f7c179;
	text-transform: uppercase;
}
DIV.single-item DIV.description-item DIV.item-price{

}
DIV.single-item DIV.description-item DIV.item-price P{
	margin:0px;
	color:#747474;
	font-weight:bold;
}
DIV.single-item DIV.description-item DIV.item-description{
	width:250px;
	margin:25px 0px 0px 0px;
	font-size:13px;
	color:#212121;
}
DIV.item-desc2 DIV.quantity P.label{
	display:none;
}
DIV.field INPUT.add_to_order {
	border:0px;
	background-image:url('/user/include/crnobelibutik/images/dodaj_u_korpu.jpg');
	width:91px;
	height:24px;
}
DIV.field INPUT.add_to_order_en {
	background-image:url("/user/include/crnobelibutik/images/add_to_basket.jpg");
}
DIV.field INPUT.add_to_order_ci{
	background-image:url("/user/include/crnobelibutik/images/dodaj_u_korpu_ci.jpg");
}
DIV.view-order{
	display:none;
}
DIV.comment{
	float:none;
}
DIV.comment P{
	margin:0px;	
}
DIV.comment P.label{
	width:150px;	
	color:#9e9e9e;
	font-size:15px;
}
DIV.comment P.field SELECT{
	width:150px;
	border:1px solid #848484;
	background-color:#f4f4f4;
}
DIV.item-desc2{
	margin:10px 0px 20px 0px;
}
DIV.item-desc2 DIV.quantity {
	width:58px;
	margin:15px 0px 0px 0px;
}
DIV.item-desc2 DIV.quantity P.field{
	margin:0px;
}
DIV.item-desc2 DIV.quantity INPUT{
	height:24px;
	border:1px solid #9098ad;
}
DIV.item-desc2 DIV.submit {
	margin:15px 0px 0px 0px;
}
DIV.item-desc3{
	padding:10px 0px 0px 0px;
	font-size:13px;
	background-image:url("/user/include/crnobelibutik/images/item_list_separator.jpg");
	background-repeat:no-repeat;
	background-position:left top;
}
DIV.print-screen{
	display:none;
}
#post_div A{
	font-size:12px;
	text-decoration:none;
}
DIV.friend-form A{
        visibility: hidden;
	text-decoration:none;
}
#imageGalleryShadow{
	background-color:#5C5C5C;
	display:none;
	float:left;
	height:100px;
	left:0;
	opacity:0.75;
	position:absolute;
	top:0;
	width:100px;
	z-index:999;
}
#image_big{
	background-color:#FFFFFF;
	left:0;
	position:absolute;
	top:-1000;
	z-index:9999;
}
DIV.bottom-menu UL{
	list-style: none;
	padding: 25px 0px 0px 10px;
	margin: 0px;
}

DIV.bottom-menu LI{
	height: 15px;
	padding: 2px 0px 0px 0px;
	font-size: 12px;
	/*background-image: url('/user/include/partizan/images/top_menu_separator.gif');*/
}

DIV.bottom-menu LI:hover{
}

DIV.bottom-menu LI A{
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 12px;
}

DIV.bottom-menu LI A:hover{
	background-image: url('/user/include/crnobelibutik/images/ok.jpg');
	background-repeat: no-repeat;
	text-decoration: none;	
	font-weight: bold;
}
DIV.side-bottom-left DIV.box{
	width:160px;
	height:56px;
	margin:10px 0px 0px 0px;
	border:1px solid #2B2B2B;	
}
DIV.side-bottom-left DIV.box DIV.text{
	width:96px;
	height:56px;
	margin:0px 0px 0px 64px;
	font-size:12px;
	text-align:center;
}
DIV.side-bottom-left DIV.novosti{
	background-image: url('/user/include/crnobelibutik/images/novosti.jpg');
	background-repeat: no-repeat;
	background-position:left;
	text-decoration: none;	
}
DIV.side-bottom-left DIV.novosti DIV.text{
	font-size:11px!important;
}
DIV.side-bottom-left DIV.novosti DIV.text P{
	padding:0px;
	margin:0px;
}
DIV.side-bottom-left DIV.novosti DIV.text A{
	font-size:11px!important;
	font-weight:bold;
	text-decoration: none;		
}
DIV.side-bottom-left DIV.pdf{
	background-image: url('/user/include/crnobelibutik/images/kalendar.jpg');
	background-repeat: no-repeat;
	background-position:left;
	text-decoration: none;	
}
DIV.side-bottom-left DIV.banner-box{
	height:125px;
        margin-top: 15px;
}
DIV.side-bottom-left DIV.banner{
	padding:8px 0px 0px 0px;
}
DIV.side-bottom-left DIV.pdf DIV.text{
	height:48px!important;
	padding:8px 0px 0px 0px;
	background-color:#292929;
	color:#dcc78e;	
}
DIV.side-bottom-left DIV.pdf DIV.text A{
	font-size:9px;
	color:#ffffff;	
	text-decoration: none;		
}
DIV.right DIV.item_single{
	border:0px;
}
DIV.bottom-container{
	width:994px;
	float:none;	
	margin:10px auto;
	margin-left:auto;
	margin-right:auto;	
}
DIV.bottom-container DIV.content{
	height: 103px;
	background-color:#FFF;
}
DIV.bottom-container DIV.content DIV.banners{
	float:left;
	padding:20px 0px 10px 0px;
                border-bottom: 1px solid #2b2b2b;
}
DIV.bottom-container DIV.content DIV.powerd{
	float:right;
	margin-right:10px;
	padding-top:3px;
}
DIV.bottom-container DIV.content DIV.powerd A{
	font-size:11px;
	text-decoration:none;
}
DIV.bottom-container DIV.content DIV.powerd A:hover{
	color:#000;
}
DIV.bottom-container DIV.content DIV.banners DIV.banner{
	width:120px;
	float:left;
	margin:0px 1px 0px 0px;
                border-right: 1px solid #2b2b2b;
                
}
DIV.bottom-container DIV.bottom-shadow{
	width:994px;
	padding:0px 0px 7px 0px;
	background-image:url('images/shadow-bottom.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
}
DIV.bottom-container DIV.left-shadow{
	width:983px;
	background-image:url('images/shadow-left.png');
	background-repeat:repeat-y;
	background-position:left;
	padding:0px 0px 0px 7px;
}
DIV.bottom-container DIV.right-shadow{
	width:983px;
	background-image:url('images/shadow-right.png');
	background-repeat:repeat-y;
	background-position:right;
	padding:0px 7px 0px 0px;
}
DIV.breadcrumb {
	float: none;
	color: #FFF;
	background-color: #666666;
	padding: 0px 0px 0px 4px;
	font-size: 13px;
	font-weight: normal;
}

DIV.breadcrumb A {
	color: #FFF !important;	
	font-size: 12px;
	font-weight: normal;	
}

DIV.breadcrumb A:hover {
	color: #000 !important;
	text-decoration: none;
}

DIV.breadcrumb H3 {
	margin: 0px;
	font-size: 14px;
	display: inline;
}

DIV.breadcrumb H3 A {
	color: #FFF;
	text-decoration: none;
}
TD.user_details_field INPUT{
	margin-right:180px;
}

#p_details{
	width: 500px;
	padding:0px 0px 0px 10px;
}

#p_details LI.li_label {
	display: none;
}

#p_details LI.li_value {
	font-size:13px;
	display:inline !important;
}

#li_x_name {
	display: inline;
}

#li_x_surname {
	display: inline;	
}

#li_x_e_mail {
	display: inline;
}

#br_after_ul_x_e_mail {
	display: block!important;
}

#ul_x_e_mail {
	display:inline;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}

#ul_x_name {
	display:inline;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}

#ul_x_surname {
	display:inline;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}

#ul_x_surname {
	display:inline;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}

#ul_x_surname {
	display:inline;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}

#ul_x_surname {
	display:inline;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}

#ul_x_address {
	display:inline;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}

#li_x_address {
	display: inline;
}

#ul_x_zipcode{
	display:inline;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}

#li_x_zipcode {
	display: inline;
}

#li_x_city {
	display: inline;	
}

#br_after_ul_x_surname {
	display: block!important;
}

#br_after_ul_x_address {
	display: block!important;
}

#br_after_ul_x_city {
	display: block!important;
}

#li_x_country {
	display: inline!important;
}

#br_after_ul_x_country {
	display: block!important;
}

#li_x_shipment {
	display: inline!important;
}

#br_after_ul_x_shipment {
	display: block!important;
}

#li_x_shipment {
	display: inline;
}

#ul_x_city{
	display:inline;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}

#ul_x_country{
	display:inline;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}

#ul_x_country{
	display:inline;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}

#ul_x_shipment{
	display:inline;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}

#ul_x_phone{
	display:inline;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}

#ul_x_mobile{
	display:inline;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}

#ul_x_comment{
	display:inline;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}


div#p_details li {
	list-style-type:none;	
}

#p_details BR {
	
}
DIV.print_friendly_link{
	display:none;
}	
TABLE.tell_friend_form TD INPUT{
	margin:0px 220px 0px 0px;
}
TABLE.tell_friend_form TD.user_details_header{
	padding:0px 0px 15px 0px;
}
TABLE.search TD.search{
	font-size:13px;
}

/*POPUP*/
DIV.shadow {
	display:none;
	float:left;
	
	position:absolute;
	top:0;
	left:0;
	z-index:999;
	
	width:100px;
	height:100px;
	
	background-color:#5C5C5C;
	opacity:0.75;
                filter:alpha(opacity=50);
}

DIV.popup {
	position:absolute;
	top:-1000px;
	left:0;
	z-index:9999;
	
	background-color:#FFFFFF;
}

DIV#countDown{
    background-image: url("images/tajmer_bckg.jpg");
    width: 246px;
    height: 85px;
	float: left;
	visibility: hidden;
	margin: 10px 0px;
}
DIV#countDown DIV.title{
    height: 30px;
    padding-top: 5px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}
DIV#countDown DIV.numbers{
    float: none;
    padding: 0px 21px;
	height: 33px;
}
DIV#countDown DIV.numbers DIV#number{
	display: inline;
    float: left;
    width: 37px;
    height: 31px;
    margin: 0px 7px;
    background-image: url("images/number_bckg.png");
    background-repeat: no-repeat;
    font-size: 24px;
    color: #666666;
    letter-spacing: 5px;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	padding-top: 2px;
}
DIV#countDown DIV.numbers DIV#number SPAN{
	 padding-left: 3px;
}
DIV#countDown DIV.labels{
    float: none;
    height: 17px;
	padding: 0px 21px;
}
DIV#countDown DIV.labels DIV#label{
	display: inline;
    float: left;
    color: #000000;
    font-size: 9px;
    width: 37px;
	height: 22px;
    text-align: center;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	margin: 0px 7px;
}
/*Item thumbs & label*/
DIV.imageGallery{
margin-top: 5px;
}
DIV.product_image_magiczoom_label
{
	text-align: center;
	font-size: 11px;
}
DIV.navigation DIV.image img
{
	width: 80px;
}

