@charset "utf-8";
/* CSS Document */

/*  ----------------------------------------

	LAYOUT

 ---------------------------------------- */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * BASIC * * * * * * * * * * * * * * * * * * */

body{
	margin:0px;
	padding:0px;
	background: url(../img/bg-body.gif) #EEE top left repeat-x;
}

#pagecontainer{
	margin:0 auto;
	width:977px;
	text-align:left;
}

#footercontainer{
	width:100%;
	background:#F6F6F6;
	border-top:#ACACAC 1px solid;
	height:120px;
	margin-top:50px;
	text-align:center;
}

#maincontainer{
	width:971px;
	float:left;
	display:block;
	background: url(../img/bg-page.gif) top left repeat-y;	
	padding:0 3px;
	*margin-left:5px;
	*padding-bottom:10px;
}

#leftcontainer{
	width:221px;
	float:left;
	display:inline;
	margin:0 0 0 5px;
}

#centercontainer{
	width:730px;
	margin:0 5px 10px 10px;
	float:left;
	display:inline;
}

/* * * * * BREADCRUMB * * * * * * * * * * * * * * * * * * */

#maincontainer .breadcrumb{
	width:965px;
	float:left;
	display:inline;
	padding:10px;
}

.breadcrumb span{
	float:left;
	display:inline;
	color:#999;
	font-size:11px;
}

.breadcrumb a{
	float:left;
	display:inline;
	color:#444;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding: 0 0 0 9px;
	margin: 0 0 0 5px;
	background:url(../img/arrow-red.gif) center left no-repeat;
}

.breadcrumb a strong{
	color:#d90b00;
	font-size:11px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * HEADER * * * * * * * * * * * * * * * * * * */


#headercontainer{
	width:977px;
	height:132px;
	float:left;
	display:block;
	position:relative;
	*margin-left:5px;
}

#headercontainer h1{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:223px;
	height:125px;
	background:url(../img/logo.jpg) top left no-repeat;
}

#headercontainer h1 a {
	width:223px;
	height:125px;
	background:url(../img/logo.jpg) top left no-repeat;
	display:block;
}

#headercontainer h1 a span { display: none; }

#headercontainer .top-buttons{
	position:absolute;
	display:block;
	top:10px;
	right:0;
	width:auto;
	text-align:right;
}

#headercontainer .top-buttons a.black{
	display:inline;
	color:#FFF;
	float:left;
	background:url(../img/btn-top-black-right.gif) bottom right no-repeat;
	height:26px;
	padding:0 10px 0 0;
	margin:0 5px 0 0;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}

#headercontainer .top-buttons a.black span{
	display:inline;
	color:#FFF;
	float:left;
	background:url(../img/btn-top-black-left.gif) bottom left no-repeat;
	height:17px;
	text-align:center;
	text-decoration:none;
	padding:9px 0 0 10px;
	font-size:11px;
}

#headercontainer .top-buttons a.black:hover{
	background:url(../img/btn-top-black-right-hover.gif) bottom right no-repeat;
}

#headercontainer .top-buttons a.black:hover span{
	background:url(../img/btn-top-black-left-hover.gif) top left no-repeat;
	padding:5px 0 0 10px;
}

#headercontainer .top-buttons a.red{
	display:inline;
	color:#FFF;
	float:left;
	background:url(../img/btn-top-red-right.gif) bottom right no-repeat;
	height:26px;
	padding:0 10px 0 0;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}

#headercontainer .top-buttons a.red span{
	display:inline;
	color:#FFF;
	float:left;
	background:url(../img/btn-top-red-left.gif) bottom left no-repeat;
	height:17px;
	text-align:center;
	text-decoration:none;
	padding:9px 0 0 10px;
	font-size:11px;
}

#headercontainer .top-buttons a.red:hover{
	background:url(../img/btn-top-red-right-hover.gif) bottom right no-repeat;
}

#headercontainer .top-buttons a.red:hover span{
	background:url(../img/btn-top-red-left-hover.gif) top left no-repeat;
	padding:5px 0 0 10px;
}

#headercontainer .info-center{
	position:absolute;
	display:block;
	top:0px;
	right:330px;
	width:280px;
	height:33px;
	background:url(../img/bg-telefon.jpg) top left no-repeat;
	padding:80px 0 0 30px;
	color:#666
}

#headercontainer .cart{
	position:absolute;
	display:block;
	bottom:0px;
	right:0;
	width:160px;
	height:36px;
	background:url(../img/bg-cart.gif) top left no-repeat;
	padding:30px 0 0 80px;
	font-size:11px;
	text-decoration:none;
	color:#333;
}

#headercontainer .cart strong{
	color:#f60c00;
	font-size:11px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * MAINCONTAINER * * * * * * * * * * * * * * * */

#menucontainer{
	float:left;
	display:block;
	width:977px;
	height:34px;
	background:url(../img/bg-menu.gif) top left no-repeat;
	*margin-left:5px;
}

#menucontainer .links{
	float:left;
	display:inline;
	width:566px;
	height:34px;
	margin-left:14px;
}

#menucontainer .links a{
	float:left;
	display:inline;
	height:23px;
	padding:11px 17px 0 0;
	margin:0 10px 0 0;
	background:url(../img/bg-menu-links.gif) center right no-repeat;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

#menucontainer .links a:hover{
	color:#fffcb1;
}

#menucontainer form, #menucontainer fieldset{
	float:left;
	display:inline;
	width:397px;
}

#menucontainer fieldset .qsearch{
	width:225px;
	height:18px;
	border-top:solid 1px #7f7e58;
	border-left:solid 1px #7f7e58;
	display:inline;
	float:left;
	background:#FFF;
	margin-top:7px;
	padding:1px; 
}

#menucontainer fieldset .qsearch:focus{
	background:#F6F6F6;
}

#menucontainer fieldset a{
	display:inline;
	float:left;
	margin:11px 0 0 10px;
	color:#fffcb1;
	font-size:11px;
}

#menucontainer fieldset .btn{
	display:inline;
	float:left;
	background:url(../img/btn-qsearch.gif) top left no-repeat;
	width:48px;
	height:24px;
	cursor:pointer;
	margin:6px 0 0 5px;
}

#menucontainer fieldset .btn:hover{
	background:url(../img/btn-qsearch.gif) top right no-repeat;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * SIDEBOXES * * * * * * * * * * * * * * * */

.block-wline{
	width:219px;
	display:inline;
	float:left;
	border: 1px solid #CCC;
	margin-bottom:10px;
	background:#F6F6F6;
	overflow:hidden;
}

#leftcontainer h3.title, #rightcontainer h3.title{
	width:201px;
	display:inline;
	float:left;
	background:url(../img/bg-sidebox-title.gif) top left;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding:7px 10px;
	margin:0
}

.block-wline .content{
	display:inline;
	float:left;
	width:199px;
	font-size:11px;
	text-decoration: none;
	color:#333;
	padding:10px;
}

.block-wline .content .box-select{
	display:inline;
	float:left;
	color:#666;
	font-size:11px;
	width:200px;
	padding:2px;
}

.poll-submit{
	float:right;
	display:inline;
	background:none;
	cursor:pointer;
	font-weight:bold;
	color:#d90b00;
	text-decoration:underline;
}

.block-wline .content .graph{
	float:left;
	display:inline;
	height:8px;
	background:#ed0c00;
	border-bottom:8px solid #d90b00;
	margin-bottom:10px;
}

.block-wline .content .graph-label{
	float:left;
	display:inline;
	width:170px;
	font-size:11px;
}

.block-wline .content .error{
	float:left;
	display:inline;
	width:40px;
	color:#d90b00;
	font-size:11px;
}

.block-wline .content_c{
	display:inline;
	float:left;
	width:199px;
	font-size:11px;
	text-decoration: none;
	color:#777;
	padding:10px;
}

.block-wline form, .block-wline fieldset, .block-wline .contentText{
	display:inline;
	float:left;
	width:199px;
}

.block-wline .content .contentText a {
	color:#333;
	font-size:11px;
	text-decoration:underline;
}

.block-wline .content .contentText a strong{
	color:#333;
	font-size:11px;
	text-decoration:none;
}

.block-wline .content .contentText p {
	color:#666;
	font-size:11px;
	text-decoration:none;
	font-style:italic;
}

.block-wline .input-newsletter{
	width:125px;
	height:18px;
	border-top:solid 1px #7f7e58;
	border-left:solid 1px #7f7e58;
	display:block;
	background:#fffcb1;
	margin-top:7px;
	padding:2px 1px 0 1px; 
}

.block-wline .input-newsletter:focus{
	background:#fffee5;
}

.block-wline .input-search{
	width:185px;
	height:18px;
	border-top:solid 1px #7f7e58;
	border-left:solid 1px #7f7e58;
	display:block;
	background:#fffcb1;
	margin-top:7px;
	padding:2px 1px 0 1px; 
}

.block-wline .input-search:focus{
	background:#fffee5;
}

.block-wline .submit-search{
	display:inline;
	float:left;
	background:none;
	margin-top:7px;
	padding:0;
	color:#d90b00;
	font-weight:bold;
	cursor:pointer
}

.block-wline .asearch{
	display:inline;
	float:left;
	background:none;
	margin:8px 0 0 26px;
	padding:0;
	color:#333;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
}

.block-wline .forgot{
	display:inline;
	float:left;
	background:none;
	margin:2px 50px 0 4px;
	padding:0;
	color:#333;
	cursor:pointer;
	font-size:11px;
}

.block-wline .btn{
	display:inline;
	float:right;
	background:none;
	margin-top:7px;
	padding:0 70px 0 0;
	*padding:0;
	color:#d90b00;
	font-weight:bold;
	background:url(../img/arrow-red-bold.gif) center right no-repeat;
	cursor:pointer
}

.block-wline .smallprod-block{
	width:219px;
	height:77px;
	float:left;
	display:inline;
	border-bottom:1px solid #CCC;
}

.block-wline .smallprod-block .pic{
	width:57px;
	height:57px;
	float:left;
	display:inline;
	overflow:hidden;
	text-align:center;
	background:url(../img/bg-sidebox-product-pic.gif) top left no-repeat;
	margin:10px;
}

.block-wline .smallprod-block .pic table{
	float:left;
	display:inline;
	width:56px;
	height:56px;
	vertical-align:middle;
	text-align:center;
}

.block-wline .smallprod-block .pic td{
	height:56px;
	width:56px;
	vertical-align:middle;
}

.block-wline .smallprod-block .text{
	width:135px;
	float:left;
	display:inline;
	margin:10px 0 0 0;
	font-size:11px;
}

.block-wline .smallprod-block .text a{
	color:#333;
	text-decoration:none;
}
	
.block-wline .smallprod-block strong{
	font-size:11px;
	color:#d90b00;
}

.block-wline .first{
	background:url(../img/bg-first.gif) #fffcb1 bottom left no-repeat;
}

/* * * * * SIDEBARS * * * * * * * * * * * * * * * * * * */

.block-wline .sidebar-menu{
	float:left;
    width:219px;
	margin:0;
	padding:0;
	list-style-type:none;
}

.block-wline .sidebar-menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

.block-wline .sidebar-menu ul li{
	display:block;
}

.block-wline ul.sidebar-menu h2.name a {
	background: url(../img/bg-sidebar.gif) top left no-repeat #F6F6F6;
	font-weight:normal;
	text-decoration:underline;
}

.block-wline ul.sidebar-menu h2.name a:hover {
	background: url(../img/bg-sidebar.gif) top right no-repeat #EEE;
}

.block-wline ul.sidebar-menu h2 a {
	display:block;
	width:189px;
	border-bottom:1px solid #CCC;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	color:#333;
	padding:8px 20px 7px 10px;
	background: url(../img/bg-sidebar-level0.gif) top left no-repeat #F6F6F6;
}

.block-wline ul.sidebar-menu h2 a:hover {
	background: url(../img/bg-sidebar-level0.gif) top right no-repeat #EEE;
}

.block-wline ul.sidebar-menu h3 a {
	display:block;
	width:182px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	color:#333;
	padding:7px 10px 7px 27px;
	background: url(../img/bg-sidebar-level1.gif) top left no-repeat #E6E6E6;
}

.block-wline ul.sidebar-menu h3 a:hover {
	background: url(../img/bg-sidebar-level1.gif) top right no-repeat #DDD;
}

ul.sidebar-menu h4 a {
	display:block;
	width:173px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration: underline;
	color:#333;
	padding:8px 10px 8px 36px;
	background: url(../img/bg-sidebar-level2.gif) top left no-repeat;
}
ul.sidebar-menu h4 a:hover {
	background: url(../img/bg-sidebar-level2.gif) top right no-repeat #DDD;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * HOME * * * * * * * * * * * * * * * * * * */

#centercontainer #rightcontainer{
	width:221px;
	float:right;
	display:inline;
}

.homeblock{
	width:477px;
	float:left;
	display:inline;
	position:relative;
	border:1px solid #CCC;
	margin:7px 0;
	padding:19px 10px 2px 10px;
}

.homeblock h3{
	position:absolute;
	height:18px;
	color:#d90b00;
	font-weight:bold;
	padding:0 10px;
	background:#FFF;
	top:-6px;
	left:10px;
}

.homeblock-video{
	width:477px;
	float:left;
	display:inline;
	position:relative;
	border:1px solid #CCC;
	background:#F6F6F6;
	margin:7px 0;
	padding:10px;
}

.homeblock-video h4{
	float:left;
	display:inline;
	border-bottom:solid 1px #d90b00;
	width:264px;
	padding-bottom:5px;
}

.homeblock-video .text{
	float:left;
	display:inline;
	border-top:solid 1px #FFF;
	padding-top:5px;
	width:264px;
	text-align:justify;
}

.homeblock-video .btn{
	display:inline;
	float:right;
	background:none;
	margin:7px 15px 0 0;
	padding:0 12px 0 0;
	color:#d90b00;
	font-weight:bold;
	text-decoration:none;
	background:url(../img/arrow-red-bold.gif) center right no-repeat;
	cursor:pointer;
}

.homeblock-video .video{
	float:right;
	display:inline;
}

.homeblock .product-block-home{
	background:#FFF;
	width:232px;
	height:92px;
	float:left;
	display:inline;
	border:1px solid #BBB;
	margin:0 9px 9px 0;
	overflow:hidden;
	background:url(../img/bg-product-block-home.gif) top left repeat-y;
}

.product-block-home .pic{
	width:92px;
	height:92px;
	float:left;
	display:inline;
	overflow:hidden;
	text-align:center;
	background:url(../img/bg-homeblock-product-pic.gif) top left no-repeat;
	margin:0;
}

.product-block-home .pic table{
	float:left;
	display:inline;
	width:91px;
	height:91px;
	vertical-align:middle;
	text-align:center;
}

.product-block-home .pic td{
	height:91px;
	width:91px;
	vertical-align:middle;
}

.product-block-home .text{
	width:135px;
	float:left;
	display:inline;
	margin:10px 0 0 0;
	font-size:11px;
}

.product-block-home .text a{
	color:#333;
	text-decoration:none;
}
	
.product-block-home strong{
	font-size:11px;
	color:#d90b00;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * FOOTER * * * * * * * * * * * * * * * * * * */


#footercontainer .wrapper{
	width:977px;
	margin:0 auto;
	position:relative;
}

#footercontainer .wrapper .page-bottom{
	position:absolute;
	width:977px;
	height:2px;
	display:block;
	left:0;
	top:-51px;
	background: url(../img/bg-pagebottom.gif) top left no-repeat;
}

#footercontainer .wrapper .top{
	position:absolute;
	width:33px;
	height:84px;
	display:block;
	right:0;
	top:-1px;
}

#footercontainer h2 .xcommerce{
	float:left;
	background: url(../img/xcommerce.gif) top left no-repeat;
	display:inline;
	margin:30px 20px 0 20px;
	padding:37px 20px 0 0;
	width:157px;
	height:26px;
	border-right:1px solid #BBB;
	color:#AAA;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	
}

#footercontainer h2 .xcommerce span{
	display:none;
}

#footercontainer .footer-links{
	float:left;
	display:inline;
	width:740px;
	margin-top:37px;
	text-align:left;
}

#footercontainer .footer-links a{
	float:left;
	display:inline;
	text-decoration:none;
	font-weight:bold;
	color:#333;
	margin-right:15px;
}

#footercontainer .footer-links span{
	float:left;
	display:inline;
	width:700px;
	color:#333;
	margin-top:5px;
	font-size:11px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * BROWSE * * * * * * * * * * * * * * * * * * */

.browseblock{
	width:718px;
	float:left;
	display:inline;
	position:relative;
	border:1px solid #CCC;
	margin:7px 0;
	padding:19px 0px 2px 10px;
}

.browseblock h3{
	position:absolute;
	height:18px;
	color:#d90b00;
	font-weight:bold;
	padding:0 10px;
	background:#FFF;
	top:-6px;
	left:10px;
}

.browseblock #filter{
	float:left;
	display:inline;
	font-size:11px;
	width:708px;
	border-bottom:1px solid #BBB;
}

.browseblock #filter .column{
	width:175px;
	/*height:140px;*/
	float:left;
	display:inline;
	font-size:11px;
	padding:0 0 0 2px;
}

.browseblock #filter .column strong{
	float:left;
	display:inline;
	font-size:11px;
	padding:0 0 5px 0;
}

.browseblock #filter .column ul {
	display:inline;
	float:left;
	margin:0;
	padding:0;
	width:175px;
	list-style-position:outside;
}

.browseblock #filter .column ul li {
	display:block;
	height:16px;
	*height:auto;
	margin:0;
	padding:0;
	width:175px;
}

.browseblock #filter .column ul, .browseblock #filter .column ul li { overflow:hidden; }

.browseblock #filter .column ul li .c {
	display:inline;
	float:left;
	height:13px;
	margin:0;
	padding:0;
	width:13px;
}

.browseblock #filter .column ul li label {
	cursor:pointer;
	display:inline;
	float:left;
	line-height:12px;
	padding:0 0 0 7px;
	font-size:11px;
}

.browseblock #filter .column ul li a {
	cursor:pointer;
	display:inline;
	float:left;
	font-size:11px;
	color:#999;
	text-decoration:underline;
}

.browseblock #sorting{
	float:left;
	display:inline;
	width:708px;
	padding:0;
	margin:0;
}

.browseblock #sorting strong{
	float:left;
	display:inline;
	padding:8px 0 0 0;
	color:#333;
}

.browseblock #sorting .selected-down{
	float:right;
	display:inline;
	padding:6px 0 0 10px;
	color:#333;
	width:161px;
	height:20px;
	margin:4px 0 0 8px;
	background:#fffcb1 url(../img/arrow-red-down.gif) 140px 12px no-repeat;
	font-weight:bold;
	text-decoration:none;
}

.browseblock #sorting .selected-up{
	float:right;
	display:inline;
	padding:6px 0 0 10px;
	color:#333;
	width:161px;
	height:20px;
	margin:4px 0 0 8px;
	background:#fffcb1 url(../img/arrow-red-up.gif) 140px 12px no-repeat;
	font-weight:bold;
	text-decoration:none;
}

.browseblock #sorting .notselected{
	float:right;
	display:inline;
	padding:6px 0 0 10px;
	color:#333;
	width:161px;
	height:20px;
	margin:4px 0 0 8px;
	background:#F6F6F6;
	font-weight:normal;
	text-decoration:none;
}

.browseblock #sorting .notselected:hover{
	float:right;
	display:inline;
	padding:6px 0 0 10px;
	color:#333;
	width:161px;
	height:20px;
	margin:4px 0 0 8px;
	background:#f9f8e1;
	font-weight:normal;
	text-decoration:none;
}

.browseblock .pagination{
	width:708px;
	height:37px;
	float:left;
	display:inline;
	border-top:1px solid #CCC;
	margin-top:2px;
}

.browseblock .pagination span{
	width:113px;
	height:26px;
	float:left;
	display:inline;
	padding:11px 0 0 2px;
	font-weight:bold;
}

.browseblock .pagination a{
	height:26px;
	float:left;
	display:inline;
	padding:11px 10px 0 10px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

.browseblock .pagination a:hover{
	height:26px;
	float:left;
	display:inline;
	padding:11px 10px 0 10px;
	text-decoration:none;
}

.browseblock .pagination a.nr{color:#333; font-weight:normal;}

.browseblock .pagination a.selected{
	color:#d90b00;
	background:url(../img/bg-pagination-selected.gif) top left repeat-x;
}

/* * * * * * * * * * * * * * * * * PRODUCT-DISPLAY * * * * */

.browseblock #prod_boxes{
	float:left;
	display:inline;
	margin-top:18px;
	width:720px;
	padding:0;
}

.browseblock #prod_boxes .product-block{
	float:left;
	display:inline;
	width:149px;
	height:350px;
	border:1px solid #CCC;
	background:url(../img/bg-productblock.gif) top left repeat-x;
	position:relative;
	margin:0 8px 8px 0;
	padding:17px 10px 0px 10px;
}

.browseblock #prod_boxes .product-block .label-right{
	width:64px;
	height:64px;
	position:absolute;
	top:-4px;
	right:-4px;
}

.browseblock #prod_boxes .product-block .label-left{
	width:64px;
	height:64px;
	position:absolute;
	top:-4px;
	left:-4px;
}

.browseblock #prod_boxes .product-block .pic{
	width:135px;
	height:135px;
	float:left;
	display:inline;
	border-bottom:1px solid #BBB;
	text-align:center;
	padding:2px 7px 1px 7px;
	background:#FFF;
}

.browseblock #prod_boxes .product-block .pic table{
	width:135px;
	height:135px;
	float:left;
	display:inline;
	overflow:hidden;
}

.browseblock #prod_boxes .product-block .pic td{
	height:135px;
	vertical-align:middle;
}
.browseblock #prod_boxes .product-block .pic a img{
	max-height:135px;
	max-width:135px;
	*width:135px;
}
.browseblock #prod_boxes .product-block h2 a{
	float:left;
	display:inline;
	/*height:55px;*/
	height:60px;
	width:149px;
	padding:7px 0 0 0;
	font-weight:bold;
	text-decoration:none;
	color:#333;
	text-align:center;
	overflow:hidden;
	font-size:11px;
}

.browseblock #prod_boxes .product-block .descr-left{
	float:left;
	display:inline;
	height:15px;
	width:70px;
	font-size:11px;
	padding:1px 1px 0 5px;
}

.browseblock #prod_boxes .product-block .descr-right{
	float:left;
	display:inline;
	height:15px;
	width:71px;
	font-size:11px;
	padding:1px 1px 0 1px;
}

.browseblock #prod_boxes .product-block .descr-right a{
	color:#d90b00;
	text-decoration:none;
}

.browseblock #prod_boxes .product-block .descr-right strong{
	font-size:11px;
}

.browseblock #prod_boxes .product-block .descr{
	float:left;
	display:inline;
	width:149px;
	border-bottom:1px solid #FFF;
	background:#EEE;
}

.browseblock #prod_boxes .product-block .price{
	float:left;
	display:inline;
	width:149px;
	margin:5px 0 0 0;
	height:35px;
}

.browseblock #prod_boxes .product-block .price strong{
	color:#d90b00;
	font-size:11px;
}

.browseblock #prod_boxes .product-block .price .strike{
	color:#d90b00;
	font-size:11px;
	text-decoration:line-through;
}

.browseblock #prod_boxes .product-block .price .descr-right, .browseblock #prod_boxes .product-block .price .descr-left, .browseblock #prod_boxes .product-block .price .descr{
	color:#d90b00;
	height:auto;
	background:none;
}

.browseblock #prod_boxes .product-block form, .browseblock #prod_boxes .product-block fieldset{
	float:left;
	display:inline;
	margin:0;
	padding:0;
	width:149px;
	text-align:center;
}

.browseblock #prod_boxes .product-block .buy{
	width:91px;
	height:28px;
	margin:0 auto;
	background:url(../img/btn-productblock.gif) top left no-repeat;
	cursor:pointer
}

.browseblock #prod_boxes .product-block .buy:hover{	background:url(../img/btn-productblock.gif) top right no-repeat;}

.bottomcontainer{
	width:948px;
	display:inline;
	float:left;
	padding:0;
	margin-left:5px;
	border:1px solid #CCC;
	background:#F6F6F6;
	padding-left:11px;
	margin-bottom:10px;
}

.bottomcontainer .smallprod-block{
	width:234px;
	height:77px;
	float:left;
	display:inline;
	border-bottom:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

.bottomcontainer .smallprod-block .pic{
	width:57px;
	height:57px;
	float:left;
	display:inline;
	overflow:hidden;
	text-align:center;
	background:url(../img/bg-sidebox-product-pic.gif) top left no-repeat;
	margin:10px;
}

.bottomcontainer .smallprod-block .pic table{
	float:left;
	display:inline;
	width:56px;
	height:56px;
	vertical-align:middle;
	text-align:center;
}

.bottomcontainer .smallprod-block .pic td{
	height:56px;
	width:56px;
	vertical-align:middle;
}

.bottomcontainer .smallprod-block .text{
	width:135px;
	float:left;
	display:inline;
	margin:10px 0 0 0;
	font-size:11px;
}

.bottomcontainer .smallprod-block .text a{
	color:#333;
	text-decoration:none;
}
	
.bottomcontainer .smallprod-block strong{
	font-size:11px;
	color:#d90b00;
}

h3.title{
	width:941px;
	display:inline;
	float:left;
	background:url(../img/bg-bottomcontainer-title.gif) top left;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding:7px 10px;
	margin-left:5px;
}

.bottomcontainer .left{
	width:27px;
	height:55px;
	float:left;
	display:inline;
}

.bottomcontainer .slider-content{
	width:881px;
	height:55px;
	float:left;
	display:inline;
	background:#FFF;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

.bottomcontainer .right{
	width:38px;
	height:55px;
	float:right;
	display:inline;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * DETAILS * * * * * * * * * * * * * * * * * * */

.detailsblock{
	width:728px;
	float:left;
	display:inline;
	position:relative;
	border:1px solid #CCC;
	margin:7px 0;
	padding:27px 0px 10px 0px;
}

.detailsblock h2{
	position:absolute;
	height:18px;
	color:#d90b00;
	font-weight:bold;
	padding:0 10px;
	background:#FFF;
	top:-10px;
	right:10px;
	font-size:17px;
}

.detailsblock #product-summary{
	width:728px;
	float:left;
	display:block;
}

.detailsblock #product-summary .bigpic{
	height:307px;
	width:307px;
	border:1px solid #BBB;
	float:left;
	display:inline;
	margin-left:10px;
	overflow:hidden;
}

.bigpic table{
	float:left;
	display:inline;
	width:307px;
	height:307px;
	vertical-align:middle;
	text-align:center;
}

.bigpic td{
	height:307px;
	width:307px;
	vertical-align:middle;
	text-align:center;
}

.bigpic img{ width:240px; }

.detailsblock #product-summary .bg-thumbs{
	position:absolute;
	top:272px;
	left:11px;
	display:block;
	width:307px;
	height:63px;
}

.detailsblock #product-summary .thumbs{
	width:307px;
	height:63px;
	position:absolute;
	top:272px;
	left:11px;
	display:block;
	padding:7px 0 0 7px;
}

.thumbs .pic{
	width:49px;
	height:49px;
	float:left;
	display:inline;
	margin:0 7px 0 0;
	overflow:hidden;
	background:#FFF;
}
.thumbs .pic:hover{ border-bottom:1px solid #ff0000;}

.thumbs .pic table{
	float:left;
	display:inline;
	width:49px;
	height:49px;
	vertical-align:middle;
	text-align:center;
}

.thumbs .pic td{
	height:49px;
	width:49px;
	vertical-align:middle;
	text-align:center;
}

.thumbs .pic a img{
	width:43px;
	border:none;
	margin:0 auto;
}

#product-summary .info{
	width:390px;
	float:left;
	display:inline;
	margin:0 0 0 10px;
}

.info .useful{
	width:390px;
	float:left;
	display:inline;
	margin-bottom:15px;
}

.info .useful .row{
	width:390px;
	float:left;
	display:inline;
	border-bottom:1px solid #FFF;
	background:#EEE;
}

.info .useful .left{
	width:143px;
	float:left;
	display:inline;
	font-size:11px;
	padding:2px 4px;
}

.info .useful .right{
	width:231px;
	float:right;
	display:inline;
	font-size:11px;
	padding:2px 4px;
}

.info .price{
	width:390px;
	float:left;
	display:inline;
	font-weight:bold;
}

.info .price .left{
	width:143px;
	float:left;
	display:inline;
	padding:2px 4px;
	font-size:13px;
}

.info .price .right{
	width:231px;
	float:right;
	display:inline;
	padding:2px 4px;
	color:#d90b00;
	font-size:13px;
}

.info .price .row{
	width:382px;
	float:left;
	display:inline;
	padding:2px 4px;
	font-size:11px;
	font-weight:bold;
	color:#333;
	text-align:center;
	background:#fffcb1;
	margin:5px 0;
}

.info .price .strike{
	color:#333;
	text-decoration:line-through;
	font-weight:normal;
	font-size:12px;
}

.info .buy{
	float:left;
	display:inline;
	height:28px;
	width:390px;
	margin-top:10px;
}

.detailsblock form, .detailsblock fieldset{
	float:left;
	display:inline;
}

.buy .qty{
	float:left;
	display:inline;
	margin-top:4px;
	background:#FFF;
	border-left:1px solid #666;
	border-top:1px solid #666;
	border-bottom:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	height:19px;
	width:54px;
}

.buy label{
	float:left;
	display:inline;
	margin-top:7px;
	margin-right:4px;
}

.info .buy .btnRO{
	float:left;
	display:inline;
	height:28px;
	width:205px;
	background:url(../img/btn-addtocartRO.gif) top left no-repeat;
	margin-left:50px;
	cursor:pointer;
}

.detailsblock .actions{
	display:inline;
	float:left;
	width:728px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	height:30px;
	margin-top:15px;
	background:url(../img/bg-actions.gif) top left repeat-x;
}

.detailsblock .actions a{
	display:inline;
	float:left;
	width:146px;
	height:22px;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	color:#333;
	padding:8px 0 0 35px;
	border-right:1px solid #CCC;
}

.detailsblock .actions a:hover{
	text-decoration: underline;
}

.detailsblock .actions a.info{
	background:url(../img/icon-info.gif) top left no-repeat;
}

.detailsblock .actions a.comp{
	background:url(../img/icon-comp.gif) top left no-repeat;
}

.detailsblock .actions a.com{
	background:url(../img/icon-com.gif) top left no-repeat;
}

.detailsblock .actions a.rec{
	background:url(../img/icon-rec.gif) top left no-repeat;
	border-right:none;
}

.detailsblock .centercontent{
	float:left;
	display:inline;
	padding:0 0 0 10px;
	width:560px;
}

.detailsblock .centercontent .title{
	float:left;
	display:inline;
	padding:15px 0 5px 0;
	color:#d90b00;
	font-weight:bold;
	border-bottom:1px solid #E0E0E0;
	width:560px;
	margin-bottom:5px;
}

.detailsblock .centercontent .title span{
	color:#333;
	font-weight:normal;
}

.detailsblock .centercontent .text{
	float:left;
	display:inline;
	width:560px;
	text-align:justify;
}

.detailsblock .centercontent .text .row{
	width:560px;
	float:left;
	display:inline;
	border-bottom:1px solid #FFF;
	background:#EEE;
}

.detailsblock .centercontent .text .left{
	width:202px;
	float:left;
	display:inline;
	font-size:11px;
	padding:2px 4px;
}

.detailsblock .centercontent .text .right{
	width:342px;
	float:right;
	display:inline;
	font-size:11px;
	padding:2px 4px;
}

.detailsblock .centercontent .alarm-adress{
	float:left;
	display:inline;
	margin-top:4px;
	background:#FFF;
	border-left:1px solid #666;
	border-top:1px solid #666;
	border-bottom:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	height:19px;
	width:200px;
}

.detailsblock .centercontent .alarm-price{
	float:left;
	display:inline;
	margin:4px 0 0 10px;
	background:#FFF;
	border-left:1px solid #666;
	border-top:1px solid #666;
	border-bottom:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	height:19px;
	width:100px;
}

.detailsblock .centercontent fieldset span{
	float:left;
	display:inline;
	width:100px;
	margin:7px 0 0 10px;
	font-size:11px;
}

.detailsblock .centercontent fieldset .btn{
	float:left;
	display:inline;
	width:100px;
	margin:7px 0 0 10px;
	font-size:11px;
	font-weight:bold;
	color:#333;
	text-decoration:underline;
	cursor:pointer;
}

.detailsblock .centercontent .comment{
	float:left;
	display:inline;
	width:560px;
	background:#EEE;
	margin:10px 0 5px 0;
}

.detailsblock .centercontent .comment .name{
	font-size:11px;
	color:#333;
	float:left;
	display:inline;
	font-weight:bold;
	padding:2px 4px;
}

.detailsblock .centercontent .comment img{
	float:right;
	display:inline;
	padding:2px 4px;
}

.detailsblock .rightcontent{
	float:right;
	display:block;
	padding-right:10px;
	width:138px;
}

.detailsblock .rightcontent .sidebox{
	width:136px;
	float:left;
	display:inline;
	border: 1px solid #CCC;
	border-top:none;
}

.detailsblock .rightcontent .title{
	float:left;
	display:inline;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	padding:7px 4px 7px 10px;
	width:124px;
	background: url(../img/bg-details-sidebox-title.gif) top left no-repeat #444;
	margin-top:11px;
}

.sidebox .smallprod-block{
	width:136px;
	float:left;
	display:inline;
	border:none;
}

.sidebox .smallprod-block .pic{
	width:136px;
	height:136px;
	float:left;
	display:inline;
	margin-bottom:5px;
	overflow:hidden;
	text-align:center;
}

.sidebox .smallprod-block .pic table{
	float:left;
	display:inline;
	width:136px;
	height:108px;
	vertical-align:middle;
	text-align:center;
}

.sidebox .smallprod-block .pic td{
	height:136px;
	width:136px;
	vertical-align:middle;
}

.sidebox .smallprod-block .pic img{width:100px;}

.sidebox .smallprod-block a.text {
	width:128px;
	float:left;
	display:inline;
	margin:0px 4px 5px 4px;
	text-align:center;
	border-bottom:1px solid #DEDEDE;
	padding-bottom:3px;
	font-size:11px;
	color:#d90b00;
	font-weight:bold;
	text-decoration:none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * CART * * * * * * * * * * * * * * * * * * */

.cart-block{
	width:926px;
	float:left;
	display:block;
	border:1px solid #CCC;
	padding:8px 11px 11px 11px;
	margin-bottom:11px;
	position:relative;
}

.cart-block .title{
	height:20px;
	background:#FFF;
	padding:0 7px;
	font-weight:bold;
	color:#d90b00;
	position:absolute;
	top:-7px;
	left:5px;
}

.cart-content-row{
	width:924px;
	float:left;
	display:inline;
	border:1px solid #CCC;
	margin-bottom:1px;
	position:relative;
	background:#F6F6F6
}
.cart-content-column{
	float:left;
	display:inline;
	padding:5px;
}
.cart-content-row-head{
	width:924px;
	float:left;
	display:inline;
	font-weight:bold;
	border:1px solid #FFF;	
}
.cart-content-column-head{
	float:left;
	display:inline;
	padding:5px;
}
.last{
	border:none;
}
.cart-content-column .pic{
	width:67px;
	height:67px;
	float:left;
	display:inline;
	margin-right:5px;
	overflow:hidden;
	border:1px solid #CCC;
	background:#FFF;
}
.cart-content-column .pic table{
	float:left;
	display:inline;
	width:67px;
	height:67px;
	vertical-align:middle;
	text-align:center;
}
.cart-content-column .pic td{
	height:67px;
	width:67px;
	vertical-align:middle;
	text-align:center;
}
.cart-content-column .pic a img{
	width:60px;
	border:none;
	margin:0 auto;
}
.cart-content-column .name{
	font-weight:bold;
	float:left;
	display:inline;
	width:367px;
}
.cart-content-column .descr{
	float:left;
	display:inline;
	width:367px;
	font-size:11px;
	overflow:hidden;
	line-height:12px;
	color:#666
}
.cart-content-column .qty{
	border:none;
	border-left:1px solid #777;
	border-top:1px solid #777;
	background:#FFF;
	width:60px;
	height:18px;
	padding:2px 0 0 2px;
	margin-right:5px;
	}
.cart-content-column .qty:focus{
	background:#FFFCB1;
	}
.cart-content-column a{
	cursor:pointer;
	font-size:12px;
	color:#D90B00;
	text-decoration:underline;
	}
.cart-content-row .remove{
	position:absolute;
	width:19px;
	height:81px;
	top:-1px;
	right:-1px;
	background:url(../img/btn-cart-remove.gif) top left #d90b00;
}
.login-head{
	width:926px;
	float:left;
	display:block;
	border:1px solid #DED97C;
	padding:11px;
	background:#FFFCB1;
	font-weight:bold;
}
.login-content{
	width:926px;
	float:left;
	display:block;
	border:1px solid #DED97C;
	border-top:none;
	padding:11px;
	background:#fdfce5;
}
.login-content .column{
	width:463px;
	float:left;
	display:inline;
}
.login-content .column strong{
	width:463px;
	float:left;
	display:inline;
	margin-bottom:10px;
}
.login-content .column form, .login-content .column fieldset{
	width:463px;
	float:left;
	display:inline;
}
.login-content .column label{
	width:120px;
	float:left;
	display:inline;
	padding-top:4px;
	margin-bottom:5px;
}
.login-content .column .input-text{
	border:none;
	border-left:1px solid #6c6c6c;
	border-top:1px solid #6c6c6c;
	background:#FFF;
	width:220px;
	height:18px;
	padding:2px 0 0 2px;
	margin-right:5px;
	float:left;
	display:inline;
	margin-bottom:5px;
	}
.login-content .column a{
	width:160px;
	float:left;
	display:inline;
	padding-top:4px;
	margin-bottom:5px;
	color:#004a8b;
	text-decoration:underline;
}
.login-content .column .btn{
	color:#d90b00;
	background:none;
	float:left;
	margin-left:7px;
	display:inline;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}
.login-content .column a{
	color:#666;
	float:left;
	margin-left:120px;
	display:inline;
	text-decoration:underline;
	cursor:pointer;
}
.login-content .column .btn:hover{
	color:#333;
}
.cart-head{
	width:914px;
	float:left;
	display:inline;
	background:#F6F6F6;
	border:1px solid #CCC;
	padding:5px;
	font-weight:bold;
}
.cart-content{
	width:914px;
	float:left;
	display:inline;
	border:1px solid #CCC;
	border-top:none;
	margin-bottom:11px;
	padding:5px;
}
.cart-block .expand, .cart-block .expand:hover{
	width:717px;
	margin-bottom:11px;
}
#cart-adress, #cart-delivery, #cart-info, #cart-discount, #cart-gift{
	width:705px;
	float:left;
	display:none;
	padding-top:5px;
	border-top:1px solid #d3dde6;
	margin-top:5px;
}
#info-jurid{
	float:left;
	display:none;
}
.cart-block .row{
	width:914px;
	float:left;
	display:inline;
}
.cart-block .column{
	width:457px;
	float:left;
	display:inline;
}
.cart-content .column strong{
	width:457px;
	float:left;
	display:inline;
	margin-bottom:10px;
	text-decoration:underline
}
.cart-block form, .cart-block fieldset{
	float:left;
	display:inline;
}
.cart-block label{
	width:120px;
	float:left;
	display:inline;
	padding-top:4px;
	margin-bottom:5px;
	cursor:pointer;
}
.cart-block .long{
	width:430px;
	margin:0px;
}
.cart-block .medium{
	width:340px;
}
.cart-block .input-text{
	border-left:1px solid #777;
	border-top:1px solid #777;
	background:#F6F6F6;
	width:320px;
	height:18px;
	padding:2px 0 0 2px;
	margin-right:5px;
	float:left;
	display:inline;
	margin-bottom:5px;
	}
.cart-block .input-text:focus{
	background:#FFFCB1;
	}
.cart-block textarea{
	border-left:1px solid #777;
	border-top:1px solid #777;
	background:#F6F6F6;
	width:340px;
	height:100px;
	padding:2px 0 0 2px;
	float:right;
	display:inline;
	margin-bottom:5px;
	}
.cart-block textarea:focus{
	background:#FFFCB1;
	}
.cart-block select{
	width:227px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px 2px 2px 0;
	float:left;
	display:inline;
	margin-bottom:5px;
}
.cart-block .c {
	display:inline;
	float:left;
	height:13px;
	margin:0;
	padding:0;
	width:13px;
	margin-top:5px;
	margin-right:5px;
}
.cart-block .radio {
	display:inline;
	float:left;
	height:13px;
	margin:0;
	padding:0;
	width:13px;
	margin-top:5px;
	margin-right:5px;
}
.cart-block .btn{
	color:#d90b00;
	background:none;
	float:right;
	margin:0 10px 10px 0;
	font-weight:bold;
	text-decoration:underline;
}
.cart-block .remarks{
	width:707px;
	float:left;
	display:inline;
	padding:5px;
}
.cart-block .remarks a{
	color:#004a8b;
	text-decoration:underline;
}
.totalcost{
	width:926px;
	float:left;
	display:block;
	border:1px solid #DED97C;
	padding:11px;
	background:#FFFCB1;
}
.totalcost span{
	float:left;
	display:inline;
	font-size:36px;
}
.totalcost strong{
	color:#d90b00;
	font-weight:normal;
	font-size:36px;
}
.totalcost .btn{
	float:right;
	display:inline;
	width:166px;
	height:47px;
	background: url(../img/btn-send.gif) top left no-repeat;
	cursor:pointer;
}

h2.title_static{
	float:left;
	display:inline;
	color:#d90b00;
	font-weight:bold;
	padding:5px 0;
	font-size:12px;
	width:100%;
}

.contact-row{
	float:left;
	display:inline;
	width:100%;
	font-size:11px
}

.formContact{
	float:left;
	display:inline;
	width:708px;
	background:#FFF;
	border:1px solid #CCC;
	margin:20px 0;
	padding:10px;
	position:relative;
}

.formContact .row{
	float:left;
	display:inline;
	width:708px;
}

.formContact .row .column{
	float:left;
	display:inline;
	width:354px;
}

.formContact .row label{
	float:left;
	display:inline;
	width:345px;
	font-size:11px;
	color:#999;
	margin:10px 0 0 0;
	cursor:pointer;
}

.formContact .row p{
	float:left;
	display:inline;
	width:708px;
	font-size:11px;
	margin-bottom:2px;
}

.formContact .row .textfield{
	float:left;
	display:inline;
	width:343px;
	height:20px;
	background:#F6F6F6;
	border-top:1px solid #757575;
	border-left:1px solid #757575;
	margin:3px 0 0 0;
	padding:2px 0 0 2px;
}

.formContact .row .textfield:focus{
	background:#FFFCB1;
}

.formContact .row .textarea{
	float:left;
	display:inline;
	width:703px;
	height:78px;
	background:#F6F6F6;
	border-top:1px solid #757575;
	border-left:1px solid #757575;
	margin:3px 0 0 0;
	padding:2px 0 0 2px;
}

.formContact .row .textarea:focus{
	background:#FFFCB1;
}

.formContact .row .btn{
	background:url(../img/btn_form-send.gif) top left no-repeat;
	width:88px;
	height:28px;
	float:right;
	display:inline;
	margin-top:10px;
}

.formContact .row .caution{
	width:500px;
	height:28px;
	float:left;
	display:inline;
	margin-top:10px;
	font-size:11px;
	color:#333
}

.formContact .row .mandatory{
	font-size:11px;
	color:#d90b00;
}

.formContact .title{
	height:20px;
	background:#FFF;
	padding:0 7px;
	font-weight:bold;
	color:#333;
	position:absolute;
	top:-7px;
	left:5px;
}

.formASearch{
	float:left;
	display:inline;
	width:708px;
	background:#FFF;
	border:1px solid #CCC;
	margin:10px 0;
	padding:20px 10px 10px 10px;
	position:relative;
}

.formASearch .row{
	float:left;
	display:inline;
	width:708px;
}

.formASearch .row label{
	float:left;
	display:inline;
	width:250px;
	height:30px;
	font-size:11px;
	color:#333;
	margin:10px 0 0 0;
	cursor:pointer;
}

.formASearch .row label.c{
	float:left;
	display:inline;
	width:300px;
	height:30px;
	font-size:11px;
	color:#333;
	margin:0 0 0 10px;
	cursor:pointer;
}

.formASearch .row .example{
	float:left;
	display:inline;
	width:450px;
	font-size:11px;
	color:#999;
	margin:10px 0;
	cursor:pointer;
}

.formASearch .row p{
	float:left;
	display:inline;
	width:708px;
	font-size:11px;
	margin-bottom:2px;
}

.formASearch .row .c{
	display:inline;
	float:left;
	height:13px;
	margin:0;
	padding:0;
	width:13px;
}

.formASearch .row .textfield{
	float:left;
	display:inline;
	width:343px;
	height:20px;
	background:#F6F6F6;
	border-top:1px solid #757575;
	border-left:1px solid #757575;
	margin:3px 0 0 0;
	padding:2px 0 0 2px;
}

.formASearch .row .textfield:focus{
	background:#FFFCB1;
}

.formASearch .row .textfield-small{
	float:left;
	display:inline;
	width:60px;
	height:20px;
	background:#F6F6F6;
	border-top:1px solid #757575;
	border-left:1px solid #757575;
	margin:3px 0 0 0;
	padding:2px 0 0 2px;
}

.formASearch .row .textfield-small:focus{
	background:#FFFCB1;
}

.formASearch .row .range{
	float:left;
	display:inline;
}

.formASearch .row .select{
	float:left;
	display:inline;
	width:350px;
	height:23px;
	background:#F6F6F6;
	margin:3px 0 0 0;
}

.formASearch .row .select:focus{
	background:#FFFCB1;
}

.formASearch .row .btn{
	background:url(../img/btn_form-search.gif) top left no-repeat;
	width:78px;
	height:28px;
	float:right;
	display:inline;
}

.formASearch .row .caution{
	width:500px;
	height:28px;
	float:left;
	display:inline;
	margin-top:10px;
	font-size:11px;
	color:#333
}

.formASearch .row .mandatory{
	font-size:11px;
	color:#d90b00;
}

.formASearch .title{
	height:20px;
	background:#FFF;
	padding:0 7px;
	font-weight:bold;
	color:#d90b00;
	position:absolute;
	top:-7px;
	left:5px;
}

.detailsblock .centercontent .gift{
	background:#fffcb1;
	border:1px solid #CCC;
	width:558px;
}

.gift .pic{
	width:92px;
	height:92px;
	float:left;
	display:inline;
	overflow:hidden;
	text-align:center;
	background:url(../img/bg-homeblock-product-pic.gif) top left no-repeat;
	margin:0;
}

.gift .pic table{
	float:left;
	display:inline;
	width:91px;
	height:91px;
	vertical-align:middle;
	text-align:center;
}

.gift .pic td{
	height:91px;
	width:91px;
	vertical-align:middle;
}

.gift span{
	width:460px;
	float:left;
	display:inline;
	margin:10px 0 0 0;
	font-size:12px;
	font-weight:bold;
}

.gift span a{
	color:#333;
	text-decoration:none;
}