

body
{
 	margin: 0;
 	padding: 0;
 	background: #841f31; /*website background*/
 	font-family: Verdana, Arial, sans-serif; /*website font face*/
 	font-size: 12px;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	vertical-align: baseline;
	list-style-type: none;
}
input, select, textarea
{
	font-family: Verdana, Arial, sans-serif;
 	font-size: 12px;
 	font-weight: normal;
}
form
{
 	margin: 0;
 	padding: 0;
} 
#Website
{
	width: 900px; /* main container width */
	padding: 0;
	padding-left:15px;
	padding-right:15px;
	background: url(../cs-images/wrap_bg2_03.gif) repeat-y top right;; /* main container background */
	margin: 0 auto;
}

a {
 	color: #841f31;
 	text-decoration: underline;
}
a:hover {
 	color: #CC0000;
}
a:active {
 	color: #FF0000;
} 


/* general definition of buttons */
.GeneralButton {
 	display: inline;
 	padding: 1px 0 3px 4px;
 	margin: 5px 0px 10px 10px;
 	background: url("../../cs-images/button/buttonl.gif") no-repeat top left;
}
.GeneralButton input {
	background: url("../../cs-images/button/buttonr.gif") no-repeat top right;
	color: #fff;
	padding: 1px 4px 4px 0;
	border: none;
	margin: 0 ;
	cursor: pointer;
	font-size: 10px;
}

* html .GeneralButton {
	padding-top: 0;
}
* html .GeneralButton input {
	width: 10px;
	overflow: visible;
}

*:first-child+html .GeneralButton  {
	padding-top: 0;
}
*:first-child+html .GeneralButton input {
	overflow: visible;
}

table .GeneralButton {
	padding-top: 0;
}



.ProductDetails table .GeneralButton {
	padding-top: 1px;
}




/* main definition of inputs */
.input_text, .search_input {
	background: #ecebe7;
	border: 1px solid #D9C6C2;
	padding: 2px 4px;
	color: #555;
}




/* ===== HEADER ====== */

#Header
 {
 	clear: both;
	height: 91px;
	overflow: hidden;
 }	
 
#Logo
 {
 	background: url("../cs-images/header/logo.gif");
 	width: 248px;
 	height: 90px;
 	cursor: pointer;
 	float: right; /*logo alignment [left, right]*/
 }
#menu {
	height: 90px;
	overflow: hidden;
	
 }
#menu ul {
	margin: 0;
 }
#menu ul li {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
#menu a {
	margin: 0 !important;
	padding: 0 !important;
	float: left;
}
#menu ul li a:hover {
	color: #000;
	background: #fff;
}
#SubHeader {
 	clear: both;
 	font-size: 10px;
 	padding: 5px 5px 5px 5px;
 	margin: 0 0 1px 1px;
 	background: url(../cs-images/bgsubheader.gif) repeat-y; /*website sub header - search*/
 	color: #000;
} 
#SubHeader input {
 	font-size: 10px;
}
#SubHeader .GeneralButton {
	padding: 2px 0 5px 4px;
}
#SubHeader .GeneralButton input {
 	background: url("../../cs-images/button/buttonr.gif") no-repeat top right;
	color: #fff;
	padding: 1px 4px 2px 0;
	border: none;
	margin: 0 ;
	cursor: pointer;
	font-size: 10px;
}
#SubHeader .motto {
    font-size: 12px;
    color: #FFFFFF;
	float: right;
	width: 228px;
} 
#SubHeader .input_text, 
#SubHeader .search_input {
	background: #ecebe7;
	border: 1px solid #ecebe7;
	padding: 0px 2px;
	color: #333;
}

#SubHeader select {	
 	font-size: 10px;
 	background: #ecebe7;
 	border: 1px solid #ecebe7;
 	padding: 0;
} 
*:first-child+html #SubHeader .GeneralButton  {
	padding-top: 0;
}
 
.HeaderLinks {
 	padding: 2px 0px 0px 0px;
 	font-size: 11px;
 	float: right;
} 
 
/* ===== FOOTER ====== */
#Footer {
 	padding: 10px;
 	background: #F1EEE9;
}
.FooterCopyright {
 	margin: 10px 0px 5px 0px;
 	font-size: 11px;
 	clear: right;
 	float: left;
	color: ;
	width: 550px;
}
.FooterLinks {
 	font-size: 12px;
 	float: left;
 	margin-bottom: 5px;
}
.FooterLinks a {
 	color: #841F31;
 	text-decoration: none;
}
.FooterLinks a:hover {
 	color: ;
 	text-decoration: underline;
}

.FooterRight {
	width: 240px;
	float: right;
	margin: 0;
	padding: 0;
}
.FooterRight p {
	color:#841F31;
	font-size:11px;
	font-weight:bold;
	margin: 0;
	padding: 0;
}
 
.cleaner, 
.Cleaner {
	clear: both;
}

/* ===== CONTENT ====== */

#RightColumn
 {
 	float: right;
 	width: 248px;
	margin: 0;
	font-size: 11px;
	color: #222;
	padding-top: 5px;
	background: #ECE2E0;
 }

#LeftColumn
 {
 	float: left;
 	width: 248px;
	margin: 0;
	font-size: 11px;
	color: #222;
	padding-top: 5px;
 } 
 
#Content  {
 	width: 642px; /*#Website width - #RightColumn - #LeftColumn*/
 	padding: 0 0 0px 5px;
 	float: left;
 	font-size: 12px;
}
 
#RightColumn p,
#LeftColumn p {
	line-height: 16px;
	padding: 0 10px 4px 10px;
}

#RightColumn hr {
	margin: 0 15px 0px 15px; 
	*margin: 0px 15px 0px 15px;
}

#RightColumn .Field .input_text,
#LeftColumn .Field .input_text {
	border: 1px solid #D9C6C2;
	padding: 3px 5px;
	color: #555;
	margin-left: 10px;
	font-size: 10px;
}

#Wishlist p {
	padding-left: 5px;
}
 
/* general definition of boxes in side columns */  

#ShoppingCart,
#Sidesearch,
#Login,
#Categories,
#Articles,
#Newsletter,
#BestSale,
#Poll,
#Wishlist,
#Testimonials,
#Rss,
#Brands,
#Phones {
	margin: 5px 0 10px 0;
	padding: 0 0 0 5px;
	background: #ECE2E0;
}

.SideboxTitle {
	background: #ECE2E0;
	color: #fff;
	font-weight: bold;
	padding: 3px 10px 0px 10px;
	color: #000;
}

/* boxes */

#Categories ul,
#Articles ul,
#Wishlist ul,
#Brands ul {
	padding: 0 0 0 5px;
}
#Categories ul li,
#Articles ul li,
#Wishlist ul li,
#Brands ul li {
	padding: 0;
	margin: 0;
		*zoom: 1;
}

/* begin IE6 fixes */
* html #Categories {
	width: 220px;
	overflow: hidden;
}
* html #Categories li,
* html #Wishlist li,
* html #Articles li {
	line-height: 12px;
	margin: 0; padding: 0;
	height: 15px;
}
/* end IE6 fixes */

#Categories ul li a,
#Wishlist ul li a,
#Articles ul li a {
	display: block !important;
	_display: inline-block;
	_width: 215px;
	_height: 12px;
 	padding: 2px 4px 2px 4px !important;
 	border: 1px solid #ece2e0;
 	text-decoration: none;
 	color: #000000;
	font-size: 12px !important;
	*zoom: 1;
}
#Categories ul li a:hover,
#Wishlist ul li a:hover,
#Articles ul li a:hover {
	text-decoration: none;
	background: #fff;
	color: #000;
}

#Categories li {
 	margin: 0 !important;
 	padding: 0 10px 0 0 !important;
}

#Categories li a.depth1 {
 	padding: 2px 4px 2px 4px !important;
}

#Categories li a.depth2 {
 	padding: 2px 4px 2px 14px !important;
	_width: 201px;
	font-size: 11px !important;
}
 
#Categories li a.depth3 {
 	padding: 2px 4px 2px 24px !important;
}
 
#Categories li a.depth4 {
  	padding: 2px 4px 2px 34px !important;
 }  

#Categories li a:hover {
 	background: #FFFFFF;
}

#Testimonials .autor {
	font-size: 10px;
}

#Phones .phonesText {
	font-size:10px;
	line-height:16px;
	margin: 0 5px 0 10px;
}
#Phones .phonesText table {
	font-size:13px;
	line-height: 20px;
}


/* Tables */

.TableTitle
 {
	font-size: 14px;
 	font-weight: bold;
 	color: #000;
 	padding: 5px;  	
 	border-bottom: 2px solid #D9C6C2;
 } 
 
.TableChapter 
 {
 	font-size: 11px;
 	color: #000;
 	padding: 5px; 
 	background: #ECE2E0;
 }
  
.TableParam
 {
 	font-size: 11px;
 	color: #000;
 	padding: 5px;
 	border-bottom: 1px solid #D9C6C2;
 	width: 40%;
 } 
 
.TableValue
 {
 	font-size: 11px;
 	color: #000;
 	font-weight: bold;
 	padding: 5px;
 	border-bottom: 1px solid #D9C6C2;
 }  
 
.TableDescription, .TableIntertitle
 {
 	font-size: 10px;
 	color: #000;
 	padding: 5px; 
 	border-bottom: 1px solid #D9C6C2;
 	width: 200px;
	vertical-align:top;
 }	 
 
.TableDescriptionLast
 {
 	font-size: 10px;
 	color: #000;
 	padding: 5px; 
 	width: 200px;
 }	  
 
.TableFiles
 {
 	font-size: 11px;
 	color: #000;
 	padding: 5px 5px 0px 5px;
 }   
 
/*.TableButton
 {
 	padding: 5px;
 	font-size: 12px;
 } */

.TableIntertitle {
	padding-top: 20px;
	font-weight: bold;
	color: #ECE2E0;
	font-size: 12px;
}
 
.Note
 {
 	font-size: 10px;
 	margin: 5px 0px 0px 0px;
 } 

/* headings */

h1
 {
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 0px; 
	color: #000;
 } 
 
h1 img
 {
 	vertical-align: middle;
 } 
 
h1 a
 {
 	color: #ECE2E0;
 }  
 
/* text content */
.Subtitle  {
 	font-size: 12px;
 	font-weight: bold;
}

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


.pagetitle {
	font-size: 15px;
 	font-weight: bold;
 	text-transform: uppercase;
 	color: #ECE2E0;
 	height: 22px;
	padding: 10px 0 0 10px;
}
.teaser {
	float: left;
	font-size: 11px;
	color: #000;
	padding: 5px 40px 5px 10px;
	font-weight: bold;
}
.articlepic {
	float: left; 
	width: 200px; 
	height: 200px; 
	overflow: hidden;
	margin: 0 5px 5px 0;
}

.articlecontent {
	padding: 5px 10px 5px 10px;
	line-height: 18px;
}
.articlecontent li {
	margin-left: 20px;
	padding-bottom: 5px;
	font-size: 11px;
}
.childarticletext {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.childarticletitle {
	font-weight: bold;
	font-size: 11px;
}


#Poll {
	font-size: 11px;	
}
#Poll .pollContent {
	font-size: 11px;
	padding: 0 10px;	
}


/* Orders Table */
.OrdersTable {
	border: 1px solid #D9C6C2;
	border-left: none;
	border-bottom: none;
}
.OrdersTable td {
	border-left: 1px solid #D9C6C2;
	border-bottom: 1px solid #D9C6C2;
	padding: 5px;
}
.OrdersTable .SCTableHeader {
	background: #ECE2E0;
	color: #fff;
}


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 */

.Filters
 {
 	padding: 5px 0px 5px 5px;
 	margin: 5px 0px 5px 0px;
 	background: #EFEFEF;
 	color: #841F31;
 } 

.FilterName 
 {
 	font-size: 11px;
 	font-weight: bold;
 	color: #333;
 	padding: 5px 5px 0 5px;
 }

/*.FilterTitle {
	padding: 0 10px 0 0;
	display: block;
	color: #333;
	cursor: pointer;
}*/
.filterList {
	/*background: #ECE2E0;*/
 	padding: 0 3px;
 	padding-left: 0;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	
}
.filterList ul {
 	margin: 0px;
 	padding: 0px;
 	list-style-type: none;
	_font-size: 100% !important;
}
.filterList li {
	margin: 0px;
	padding: 2px;
}
.filterList a {
 	color: #841F31;
 	font-weight: normal;
 	font-size: 11px; 	
 	text-decoration: none;
 	padding: 3px;
 	display: block;
} 
.filterList a:hover {
 	color: #fff;
 	background: #841F31;
}  

.currentFilters {
	background: #fff;
	font-size: 11px;
	color: #333;
	padding: 5px;
	width: 200px;
}
.currentFilters .GeneralButton {
	padding-top: 1px;
	margin-left: 0;
}

#Filterbox {
	width: 632px;
}

.boxtype,  
.boxtypeOn,
.listtype,
.listtypeOn {
	display: block;
	width: 19px;
	height: 20px;
	float: right;
	overflow: hidden;
	margin-left: 3px;
} 
.boxtype {
	background: url("../../cs-images/d-box.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.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; 
	padding-top: 5px;
}

/* begin checkout/user account field tips and errors */

.fieldTip {
	font-size: 11px;
	font-weight: normal;
	padding: 3px 0;
	color: #999;
}
.fieldError {
	font-size: 11px;
	font-weight: normal;
	padding: 3px 0;
}
.fieldInfo {
	background: url(../cs-images/info-icon.jpg) no-repeat top left;
	padding: 0 0 0 30px !important;
	font-weight: normal;
	color: #666;
}
.tarea {
	background:#ECEBE7 none repeat scroll 0%;
	border:1px solid #D9C6C2;
	color:#555555;
	padding:2px 4px;
}

/* end checkout/user account field tips and errors */



