

/* CSSHOP v1.1.0 styles */
* {
	margin: 0;
	padding: 0;
	outline: none;
	list-style-type: none;
}
body {
 	margin: 0;
 	padding: 0;
 	background: url(../cs-images/body.jpg) repeat-x; /*website background*/
 	font-family: "Arial"; /*website font face*/
 	font-size: 12px;
}

/* generic elements 
=====================================*/

a {
 	color: #252525;
 	font-weight:bold;
}
a:hover {
 	color: #252525;
}

a img {
	border: none;
}

input, select, textarea, button {
	font-family: ;
 	font-size: 12px;
 	font-weight: normal;
 	background: #fff;
}

.input_text{
	background: url(../cs-images/inputbg.gif) repeat-x top left #fff;
	border: 2px solid #ccc;
	padding: 3px 5px;
	color: #444;
	font-size:10px;
	height: 12px;
}

.tarea {
	background: url(../cs-images/inputbg.gif) repeat-x top left #fff;
	border: 1px solid #CAC9CB;
	padding: 5px;
	color: #444;
}

/* structure 
=====================================*/

#Website {
	width:990px; /* main container width */
	background: none; /* main container background */
	margin: 0 auto;
}

#Header { 
 	clear: both;
	/* height: 80px; */
	height: 115px;
	margin-bottom: 5px;
	background: none;
	padding: 0 8px;
	overflow: hidden;
	position: relative;
}

#Footer {
 	margin: 10px auto;
 	padding: 10px 0;
 	background: url(../cs-images/footer.jpg) no-repeat top left;
 	width:990px; /* main container width */
}
#RightColumn {
 	float: right;
 	width: 201px;
 	font-size: 12px;
	color: #000;
	margin: 0 5px 0 0;
}

#LeftColumn {
 	float: left;
 	width: 201px;
	margin: 0 2px 0 5px;
	font-size: 12px;
	color: #000;
} 
#Content {
	width: 550px; /*#Website width - #RightColumn - #LeftColumn*/
	overflow:hidden;
	_width: 550px;
	padding: 0px 5px 0px 5px;
	float: left;
	font-size: 12px;
	color: #000;
}

/* buttons 
=====================================*/

.btn { 
	/* background: url("../cs-images/button/btnbg-l.gif") no-repeat top left; */
	background: url("../cs-images/btn_bg_left.jpg") no-repeat top left;
	color: white; 
	text-decoration: none; 
	cursor: pointer; 
	border: none;
	padding: 0 0 1px 1px !important;
	height: 21px;
	overflow: hidden;
	font-weight:bold;
	
}
.btn span {
	/* background: url("../cs-images/button/btnbg-r.jpg") no-repeat top right; */
	background: url("../cs-images/btn_right.jpg") no-repeat top right;
	height: 21px;
	line-height: 19px !important;
	display: block;
	padding-right: 7px;
	padding-left:3px;
	position: relative;
	top: -1px;
	font-size: 12px;
	_padding: 0px 5px 0px 2px;
	_position: relative;
	_left: -6px;
} 

*+html .btn span{margin-left:-1px;}

.btn:hover {
}
.btn:hover span {
	color: #fff !important;
}
a.btn {
	padding: 7px 6px 6px 6px !important;
	line-height: 12px !important; 
}
a.btn span {
	top: 0px;
	padding: 6px;
	padding-left: 0;
	display: inline;
}

#Bundles a.btn span{margin-left:-2px; padding-left:2px;}

*+html #Bundles a.btn span{margin-left:5; padding-left:4px;}


a.btnlink {
	text-decoration: none;
}

/*image buttons*/
.comanda span,
#mareste span,
#comandaprodus span,
#modifica span,
#goleste span,
#incheiecomanda span,
#lanseazacomanda span,
#verificasilanseaza span,
#cereinfo span {
	display: none;
}
#comandaprodus {
	background: url("../cs-images/button/comandaprodus.png") no-repeat top left;
	width: 120px;
	height: 40px;
}
#comandaprodus:hover {
	background: url("../cs-images/button/comandaprodus.png") no-repeat top left;
}
#mareste {
	background: url("../cs-images/button/mareste.png") no-repeat top left;
	width: 104px;
	height:29px;
}
#mareste:hover {
	background: url("../cs-images/button/mareste.png") no-repeat top left;
}
.comanda {
	background: url("../cs-images/comanda_btn_off.gif") no-repeat top left;
	width: 104px;
	height:29px;
}
.comanda:hover {
	background: url("../cs-images/comanda_btn_off.gif") no-repeat top left;
}
#modifica {
	background: url("../cs-images/button/modifica.png") no-repeat top left;
	width: 104px;
	height:29px;
}
#modifica:hover {
	background: url("../cs-images/button/modifica.png") no-repeat top left;
}
#goleste {
	background: url("../cs-images/button/goleste.png") no-repeat top left;
	width: 104px;
	height:29px;
}
#goleste:hover {
	background: url("../cs-images/button/goleste.png") no-repeat top left;
}
#incheiecomanda {
	background: url("../cs-images/button/incheiecomanda.png") no-repeat top left;
	width: 144px;
	height:29px;
}
#incheiecomanda:hover {
	background: url("../cs-images/button/incheiecomanda.png") no-repeat top left;
}
#lanseazacomanda {
	background: url("../cs-images/button/lanseazacomanda.gif") no-repeat top left;
	width: 154px;
	height:29px;
}
#lanseazacomanda:hover {
	background: url("../cs-images/button/lanseazacomanda.gif") no-repeat top left;
}
#verificasilanseaza {
	background: url("../cs-images/button/verificasilanseaza.png") no-repeat top left;
	width: 218px;
	height:29px;
}
#verificasilanseaza:hover {
	background: url("../cs-images/button/verificasilanseaza.png") no-repeat top left;
}
#cereinfo {
	background: url("../cs-images/button/cereinfo.png") no-repeat top left;
	width: 95px;
	height:29px;
}


/* header 
=====================================*/

#Logo {
 	background: url("../cs-images/logo.jpg") no-repeat bottom right;
 	width: 201px;
 	/* height: 69px; */
	height: 75px;
 	cursor: pointer;
 	float: left; /*logo alignment [left, right]*/
	margin: 37px 0px 0px 0px;
}

.HeaderLinks {
 	float: left;
 	color: #fff;
 	height: 30px;
 	line-height: 30px;
	position: absolute;
	top:0px;
  left: 6px; 
	padding-left:10px;
	padding-bottom:1px;
	/* background: url(../cs-images/headlinksleft.jpg) no-repeat top left; */
	/* background-color: #820101; */ 
	width: 980px;
	*top:84px !important;
	*left:6px !important;	
}


.HeaderLinks ul {
	float: left;
	/* background: url(../cs-images/headlinks.jpg) no-repeat top right; */
	padding-right:10px;
}

.HeaderLinks ul li {
	display: inline;
}

.HeaderLinks a {
	margin: 0 1px 0px 1px;
	padding: 1px;
	text-decoration: none;
	color: white;
	font-size:11px;
}
.HeaderLinks a:hover{
	text-decoration: underline !important;
}

#Search {
	/* float: right;
	position: relative; 
	top: -98px;
	*/
	width: 475px; height: 61px;
	position: absolute; right: 0; top: 40px;
	color: #363636;
	font-weight:bold;
	font-size:11px;
	*top:0px !important;
	*left:0px !important;
	background: url(../cs-images/search.jpg) no-repeat top left;	
}

*:first-child+html #Search {
	background-position: -2px;
}

* html #Search {
	background-position: -2px;
}

#Search table { float: right; margin: 5px 10px 0 0; display:inline; color: #2A2D32; }

*:first-child+html #Search table {
	margin-left: 15px;
}

* html #Search table {
	margin-left: 15px;
}

#Search table input, #Search table select { border: 1px solid #E9EAEA; margin-top: 15px; width: 230px;}
#Search table tr td button.btn { background: url("../cs-images/search_btn.jpg") no-repeat top right; color:#fff; font-weight:bold; width:60px; height:23px; }
#Search table tr td button.btn span { background: none; color: #fff; margin-top:-2px; text-transform:uppercase;} 

#Search table td {
	vertical-align: bottom;
}
#Search select {
	border: 1px solid #E9EAEA;
}

*:first-child+html #Search select {
	width: 230px;
}

* html #Search select {
	width: 230px;
}

#Search .HSkeyword {
	border: 1px solid #E9EAEA;
	width: 120px;
}



/* Footer 
=====================================*/

#Footer {
	padding: 10px 0;
	color: black;
}

#Footer a img {
	padding-left:6px;
}
.FooterArticles {
	padding-top: 5px;
	margin: -5px 10px 1px 10px;
}
.FooterArticles ul {
	color: #ff9400;
}
.FooterArticles ul li {
	display: inline;
	color: black;
}
.FooterArticles ul li a{
	display: inline;
	font-size: 11px;
	text-decoration: none;
	color:#729151;
	font-weight:normal;
	border-bottom:1px solid #729151;
}

.FooterArticles ul li a:hover {  }

.FooterSections {
	margin: 0 10px;
	padding-top: 5px;
	/* color: #2C2D32; */
}
.FooterSections ul {
	color: #2C2D32;
}
.FooterSections ul li {
	display: inline;
	color: black;
}
.FooterSections ul li a {
	display: inline;
	font-size: 11px;
	color: #2C2D32;
	color: black;
	font-weight: normal;
	text-decoration: none;
	border-bottom:1px solid #2C2D32;
}
.FooterSections ul li a:hover {
	color: #000;
}
.FooterText {
	margin: 0 10px;
	padding-top: 5px;
	color: #848484;
	font-size: 11px;
}


/* footer items 
=====================================*/

/*.FooterCopyright {
 	margin: 5px;
 	font-size: 11px;
	color: #444;
	width: 550px;
}

.FooterLinks li a {
	color: #2583ad;
	font-weight:normal;
	text-decoration: none;
}
.FooterLinks li a:hover {
    color: #000;
	font-weight:normal;
	text-decoration: underline;
}

.FooterRight {
	width: 240px;
	float: right;
	margin: 0;
	padding: 0;
}
.FooterRight p {
	color:;
	font-size:11px;
	font-weight:bold;
	margin: 0;
	padding: 0;
}*/


/* side column(s) 
=====================================*/

#LeftColumn .SideboxTitle,
#RightColumn .SideboxTitle {
 	background: url(../cs-images/categories_bg.jpg) no-repeat top left;
 	height:31px;
 	line-height: 31px;
 	font-size: 13px;
 	font-weight: bold;
 	width:200px;
 	color:#fff;
}

#LeftColumn {
	margin-right: 2px;
}


#LeftColumn .SideboxTitle span,
#RightColumn .SideboxTitle span {
	padding-left: 10px;
	float:left;
	margin-top:-2px;
}

#RightColumn p,
#LeftColumn p {
	line-height: 16px;
}

#RightColumn .input_text,
#LeftColumn .input_text {
	padding: 3px 5px;
	color: #444;
}

/* general definition of boxes in side columns */  

#Categories,
#ShoppingCart,
#Articles,
#Newsletter,
#BestSale,
#Login,
#Poll,
#Wishlist,
#Bundles,
#Testimonials,
#SpecialProduct,
#Rss,
#Brands,
#Phones,
#Categories {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	background: url(../cs-images/sideboxcontent.jpg) no-repeat bottom left; 
	color:  #000;
	font-size:11px;
}

#ShoppingCart p,
#Articles p,
#Newsletter p,
#BestSale p,
#Login p,
#Poll p,
#Wishlist p,
#Bundles p,
#Testimonials p,
#SpecialProduct p,
#Rss p,
#Brands p,
#Phones p {
	color: #000;
	padding-bottom: 5px;
}

#Categories a, #Categories a:visited{ text-decoration:none; padding-left: 15px; }
#Categories li {  }

.SideboxContent {
	padding: 8px 8px 10px 8px;
}

#Categories .SideboxContent{padding:0px 1px 10px 1px;}

#Newsletter .Field {
}

#Phones span.phone {
	font-weight: bold;
	/* color: #ff9400; */
	color: #606060;
}
#ShoppingCart {
	/* background: url(../cs-images/sidebox-bg-cart1.jpg) no-repeat bottom left; */
	color:#252525; 
	font-size:11px;
}
#ShoppingCart .SideboxTitle {
	background: url(../cs-images/cos_bg.jpg) no-repeat top left;
}
#ShoppingCart .SideboxTitle span {
	padding-left: 40px; /* correction for the cart icon in the header */
	color: white;
	font-size:12px; font-weight:bold;
}

#ShoppingCart strong{color:#729151;}


#LeftColumn ul,
#RightColumn ul {
	
}
#LeftColumn ul li,
#RightColumn ul li {
	line-height: 20px;	
	border-bottom: 1px solid #fff;
}
#LeftColumn ul li a,
#RightColumn ul li a {
	display: block;
	padding: 5px 5px;
	padding-left: 15px;
	color:#2A2D32;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #E9EAEA;
	margin: 0 5px;
}
#LeftColumn ul li a:hover,
#RightColumn ul li a:hover {
	color: #000;
	/* background: url(../cs-images/arrow.gif) no-repeat 185px 5px #fff; */
}
#LeftColumn ul,
#RightColumn ul {
	
}
#LeftColumn ul li a.depth2,
#RightColumn ul li a.depth2 {
	display: block;
	padding-left:25px;
	font-weight:normal;
	background: url(../cs-images/arrow.jpg) no-repeat 15px 11px;
}
#LeftColumn ul li a.depth3,
#RightColumn ul li a.depth3 {
	display: block;
	padding-left:35px;
	font-weight:normal;
	background: url(../cs-images/arrow.jpg) no-repeat 25px 11px;
}

a.currentlink {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
/* expand-collapse button for shopping cart
-------------------------------------------
*/

.cartexpand,
.cartcollapse {
	width: 18px;
	height: 18px;
	float: right;
	display: block;
	position:relative;
	z-index: 1000;
	cursor: pointer;
}

.cartexpand {
	background: url(../cs-images/cart-exp.gif) no-repeat top left;
}
.cartcollapse {
	background: url(../cs-images/cart-coll.gif) no-repeat top left;
}

.cartcontent {
	margin: 0;
	padding: 0 ;
	border-top: 1px solid #ccc;
}
.cartcontent li {
	padding: 0;
	font-size: 11px;
	border-bottom: 1px solid #ccc;
	color: #555;
}
.cartcontent li a {
	font-size: 11px;
	color: #ff9400;
	text-decoration: underline;
}
.cartcontent li a:hover {
	color: #000;
	text-decoration: none;
}
.cartcontent li p {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}
.cartcontent li p.SCProductQuantity {
	width: 20px;
	padding-left: 0 !important;
	float: left;
}
.cartcontent li p.SCProductDetail {
	padding-left: 0 !important;
	padding-right: 0 !important;
	float: left;
	width: 145px;
	display: block;
}

#ShoppingCart .emphTotal {
	font-size: 11px;
	color: #555;
	padding-top: 0;
	font-weight: normal;
}
#ShoppingCart .emphTotal strong {
	font-size: 12px;
	color: #000;
}
#ShoppingCart .normalTotal {
	font-size: 11px;
	color: #555;
}
#ShoppingCart .normalTotal strong {
	color: #000;
}

#SpecialProduct .SideboxContent {
	text-align: center;
}
#SpecialProduct img {
	padding-bottom: 5px;
}

/* Content 
=====================================*/

#Content h1 {
	font-size: 14px;
	font-weight: bold;
	color: #304954;
	padding: 5px 5px 5px 0px;
}
h1 img {
 	vertical-align: middle;
 } 
 
h1 a {
 	color: #304954;
 } 
#Content h2 {
	font-size: 13px;
	font-weight: normal;
	color: #304954;
}
h2.teaser {
	display: block;
}

/* Tables */


table.GeneralTable {
	border: none;
}

table.GeneralTable td {
	padding: 3px;
	vertical-align: middle;
}
table.GeneralTable td.TableTitle {
	padding: 5px;
	vertical-align: middle;
}
table.GeneralTable td.TableChapter {
	padding: 3px;
	vertical-align: middle;
}
table.GeneralTable td.TableParam {
	padding: 3px;
	vertical-align: middle;
}
table.GeneralTable td.TableValue {
	padding: 3px;
	vertical-align: middle;
}
table.GeneralTable td.TableIntertitle {
	padding: 3px;
	vertical-align: middle;
}	
table.GeneralTable select {
	border: none;
}


/* pagetype 
=====================================*/

 
/* Tables */

.TableTitle {
	font-size: 12px;
 	font-weight: bold;
 	color: #000 !important;
	background: #EEEEEE;
 	padding: 5px;  	
} 
 
.TableChapter {
 	font-size: 11px;
 	color: #333;
 	padding: 5px; 
 	background: #fff;
 	font-weight: bold;
}
  
.TableParam {
 	font-size: 11px;
 	color: #000 !important;
 	padding: 5px;
 	border-bottom: 1px solid #ddd;
 	width: 40%;
 	vertical-align: top !important;
} 

.TableValue {
 	font-size: 11px;
 	color: #000;
 	font-weight: bold;
 	border-bottom: 1px solid #ddd;
 	padding: 5px;
 	vertical-align: top !important;
}  

.TableDescription, 
.TableIntertitle {
 	font-size: 11px;
 	color: #000;
 	padding: 5px; 
 	border-bottom: 1px solid  #ddd;
	vertical-align:top;
	white-space: nowrap;
}	 

.TableFiles {
 	font-size: 11px;
 	color: #000;
 	padding: 5px 5px 0px 5px;
} 

.TableIntertitle {
	padding-top: 20px;
	font-weight: bold;
	color: #000;
	font-size: 12px;
}
 
.userAccountTable .TableParam {
	width: 25%;
}
.userAccountTable .TableDescription,
.userAccountTable .TableDescriptionLast {
	width: 10px;
}

.userAccountTable {
	width: 100%;
}

.fieldTip {
	font-size: 11px;
	font-weight: normal;
	padding: 3px 0;
	color: #999;
}
.fieldError {
	font-size: 11px;
	font-weight: normal;
	padding: 3px 0;
}
 
.Note {
 	font-size: 12px;
 	margin: 5px 0px 0px 0px;
 } 

/* text content */
.Subtitle  {
 	font-size: 12px;
 	font-weight: bold;
}

.articol {
	border:1px solid #e4eff1;
	margin:0px;
	width:329px;
}
.articol td {
	vertical-align:top;
}
.articol td.descriere {
	padding-left:8px;
	padding-right:3px;
	vertical-align:middle;
}
.articol h3 {
	font-size:90%;
	color:;
	font-weight:bold;
	margin-bottom:7px;
	margin-top:7px;
}
.articol p {
	font-size:9px;
	color:#3f0000;
}
.articol a.detalii {
	background:;
	font-size:12px;
	padding:3px 5px 5px 5px;
	text-decoration:none;
	color:#eaeaea;
	margin-left:25px;
}
.articol a.detalii1 {
	background:;
	text-decoration:none;
	padding:2px 2px 4px 2px;
}
.articol p.pret{

}
.articol p.pret .bold {
	font-weight:bold;
}
.articol a.productTitleLink {
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	color: ;
}

.articleContent {
	line-height: 17px;
}

.pagetitle {
	font-size: 15px;
 	font-weight: bold;
 	text-transform: uppercase;
 	color: ;
 	height: 22px;
	padding: 10px 0 0 10px;
}
.teaser {
	float: left;
	font-size: 11px;
	color:#9c9c9c;
	padding: 5px 40px 5px 10px;
	font-weight: bold;
}
.teaser img {
	width: 200px;
}



#RightColumn .input_text,
#LeftColumn .input_text,
#Content .input_text {
	font-size: 11px !important;
	height: 15px;
	width: 162px;
	background-color: #fff;
	border: 1px solid #E9EAEA;
}

/* Orders Table */
.OrdersTable {
	border: 1px solid #fff;
	border-left: none;
	border-bottom: none;
	width: 100%;
}
.OrdersTable th {
	text-align: left;
	padding: 6px 3px;
	background: #9eb0b8;
	font-weight: normal;
}
.OrdersTable td {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 5px;
}
.OrdersTable .odd {
	background: #fff;
}

.OrdersTable .even {
	background: #f9f9f9;
}



ul.ProductTechnologies {
	list-style-type: none;
	margin: 0 0 10px 0; 
	padding: 0 5px 0 5px;
}
ul.ProductTechnologies li {
	width: 210px;
	float: left;
}

/* listing filters */

.FilterTitle {
	padding: 0 10px 0 0;
	cursor: pointer;
}
.Filters a {
	color: ;
}
.Filters a:hover {
	text-decoration: none;
}

.filterList {
 	position: absolute;
	background: #fff;
	border: 3px solid #ddd;
 	padding: 3px;
 	width: 170px;
	display: none;
	margin-top: 0;
	-moz-opacity:.95;
	opacity:.95;
	
}
.filterList ul {
 	margin: 0px;
 	padding: 0px;
 	list-style-type: none;
}
.filterList li {
 	display: block;
 	width: 160px;
	margin: 0px;
	padding: 0px;
}
.filterList a {
 	display: block;
 	color: #2d5d80;
 	font-weight: normal;
 	font-size: 11px; 	
 	width: 100%;
 	text-decoration: none;
 	padding: 5px;
} 
.filterList a:hover {
 	display: block;
 	color: #fff;
 	font-weight: normal;
 	width: 100%;
 	text-decoration: none;
 	background: #2d5d80;
 	padding: 5px;
}  

.boxtype,  
.boxtypeOn,
.listtype,
.listtypeOn {
	display: block;
	width: 19px;
	height: 20px;
	float: right;
	overflow: hidden;
	margin-left: 3px;
	cursor: pointer;
} 
.boxtype {
	background: url("../cs-images/d-box-off.gif") no-repeat top left;
}
.boxtype:hover, .boxtypeOn {
	background: url("../cs-images/d-box-on.gif") no-repeat top left;
}
.listtype {
	background: url("../cs-images/d-list-off.gif") no-repeat top left;
}
.listtype:hover, .listtypeOn {
	background: url("../cs-images/d-list-on.gif") no-repeat top left;
}

.listswitch {
	float: right; 
	width: 120px; 
	font-size: 11px; 
	line-height: 20px; 
	margin-top: 6px;
}



.AS_form {
	border: 2px solid #ddd;
	background: #fff;
	font-size: 11px;
	color: #000;
	margin-top: 5px;
}
.AS_form td {
	padding: 3px;
}

.AS_form .AS_title {
	font-weight: bold;
	padding: 5px 0;
}

.ColumnlistingBanner {
	padding: 10px 0;
	text-align: center;
	width: 201px;
	overflow: hidden;
}
.ColumnlistingBanner, .ContentlistingBanner img {
	text-align: center;
	width: 201px;
}

.delFilter {
	background: url(../cs-images/delFilter.gif) no-repeat center right;
	padding-right: 13px;
}

.CategoriesFound {
	padding-left: 20px;
	line-height: 18px;
}


/* breadcrums */
p.breadcrums {
	background: url(../cs-images/breadcrumsbg.gif) no-repeat top left;
	padding: 2px 0px 5px 0;
	color: #FF8201;
	font-size: 11px;
	
}
p.breadcrums a {
	color: #FF8201;
	text-decoration: none;
}
p.breadcrums a:hover {
	text-decoration: underline;
	color: #FF8201;
}

/**/

/*.side-WLlist {
	margin: 0 10px;
	font-weight: normal;
}
.side-WLlist li {
	border-bottom: 1px solid #fff;
}
.side-WLlist a {
	font-weight: normal !important;
	padding: 2px 0;
}*/

/* product action icons 
-----------------------
*/

.recommendProduct,
.printProduct,
.rfqProduct,
.compareProduct {
	padding: 5px 5px 5px 20px;
	line-height: 20px;
}

.recommendProduct {
	background: url(../cs-images/icon-email.gif) no-repeat center left;
}
.printProduct {
	background: url(../cs-images/icon-print.gif) no-repeat center left;
}
.rfqProduct {
	background: url(../cs-images/icon-rfq.gif) no-repeat center left;
}
.compareProduct {
	background: url(../cs-images/icon-compare.gif) no-repeat center left;
}

/* promo title box 
==================*/

.promoTitleBox {
	padding: 0;
	background: url('../cs-images/promotitlebg.gif') repeat-x top left;
	font-size: 12px;
	line-height: 32px;
	font-weight:bold;
	color: #333;
	height: 32px;
	border-bottom: 1px solid #c5d8df;
}


/* view all button class - used for slider and wishlist 2.0
===========================================================*/

.viewAllBtn {
	background: url(../cs-images/slider-viewallbar-bg.gif) repeat-x top left;
	border: none;
	text-align: right;
}

/* bundles pages layout 
------------------------*/
/* ##TODO - move this to bundles.php */

li.bundle {
	padding: 0;
	margin-bottom: 10px;
}
li.bundle h3 {
	padding: 5px;
	background: #e7ecee;
}

.bundleName {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
}
.bundleName:hover {
	color: #000;
	text-decoration: none;
} 

.bundleDetails,
.bundlePriceBox {
	float: left;
}
.bundleDetails {
	padding: 15px 5px 5px 0;
	width: 430px;
}
.bundleDetails a {
	display: inline;
}
.bundlePriceBox {
	text-align: center;
	color: #555;
	padding-top: 10px;
	width: 110px;
}
.bundlePriceBox strong {
	color: #3998C9;
}
.bundlePrice {
	font-size: 16px;
	color: #3998C9;
}
.bundlePriceBox p {
	padding: 5px;
}

.bundleDetailPrice {
	color: #555;
	font-size: 11px;
}
.bundleDetailPrice td {
	vertical-align: top;
	padding: 10px;
}

.bundleDetailPrice .orderBox {
	width: 120px;
	text-align: center;
	background: #e3f2fa;
}
.bundleDetailPrice .bundePriceBox {
	text-align: right;
	background: #f2fbff;
}

/* bundle detail page */
.BundleOrderBox {
	float: right;
	width: 330px;
	text-align: center;
	background: #F0F3F4;
	padding: 10px 0;
}
.BundleItemList {
	float: left;
	width: 220px;
	padding-right: 10px;
}
h3.BundleDescription {
	border: 1px solid #F0F3F4;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
	color: #454545;
}
.BundleDescriptionTitle {
	font-weight: bold;
	color: #000;
}
.BundleOldPrice {
	text-decoration: line-through;
}

/* end bundles style */

.Message {
	padding: 10px;
	color: #5f6c35;
}


/* product tags */
#Content .TagPromo,
#Content .TagNew,
#Content .TagSale {
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif !important;
}
.TagPromo span,
.TagNew span,
.TagSale span {
	margin-left: 4px;
	padding-right: 4px;
	color: #000 !important;
}

.TagPromo {
	background: url("../cs-images/tagbg.gif") no-repeat top left #F4F2E4;
}
.TagPromo span {
	background: url("../cs-images/tagbg.gif") no-repeat top right #F4F2E4;
}
.TagNew {
	background: url("../cs-images/tagbg.gif") no-repeat top left #c8efff;
}
.TagNew span {
	background: url("../cs-images/tagbg.gif") no-repeat top right #c8efff;
}
.TagSale {
	background: url("../cs-images/tagbg.gif") no-repeat top left #ffdac2;
}
.TagSale span {
	background: url("../cs-images/tagbg.gif") no-repeat top right #ffdac2;
}


/* pagination items */
.pageNumbers {
	margin: 0;
	padding: 5px 0 10px 0;
	font-size: 11px;
}
.pageNumbers a {
	background: #666666;
	color: #fff;
	margin: 0 2px;
	padding: 2px 6px;
	text-decoration: none;
}
.pageNumbers a:hover {
	background: #FF8201;
	color: #fff;
}
.pageNumbers a.on {
	background: url('../cs-images/pgnr-on.gif') repeat-x top left #fff;
	color: #000;
}

.pageNumbers a.pg-next, .pageNumbers a.pg-prev {
	border: none;
	width: 18px;
	height: 20px;
	padding: 5px 2px;
}
.pageNumbers a.pg-next {
	background: url("../cs-images/next-off.gif") no-repeat top left;

}
.pageNumbers a.pg-next:hover {
	background: url("../cs-images/next-on.gif") no-repeat top left;
	border: none;

}
.pageNumbers a.pg-prev {
	background: url("../cs-images/prev-off.gif") no-repeat top left;

}
.pageNumbers a.pg-prev:hover {
	background: url("../cs-images/prev-on.gif") no-repeat top left;
	border: none;

}
.pageNumbers .input_text{
	height:15px !important;
	width:16px !important;
	font-size: 10px!important;
	padding: 1px!important;
	margin-left: 5px;
}

.gotopage {
	float: right; 
	margin-top: -3px; 
	height:10px; 
	width:10px; 
	font-size:9px; 
	padding-top:0px;
	border: 1px solid #ccc;
}

/* end pagination items */

.cleaner, 
.Cleaner {
	clear: both;
}

 /* hover product details in wishlist page */
 a.productmodel:hover span {
 	display: block;
 	position: absolute;
	background: #fff !important;
	border: 3px solid #eee;
 	padding: 3px;
 	width: 170px;
	display: none;
	margin-top: -5px;
} 
span.product_desc {
	background: #fff !important;
	font-weight: normal !important;
}

span.product_desc span {
	border: none !important;
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
	position: static !important;
}

.Actions button{margin-bottom:10px; }

.VariantsTable {
	float: right;
}

.VariantsTable th {
	background-color: #eee;
	padding: 5px;
}


