

body
{
 	margin: 0;
 	padding: 0;
 	background: #aaaaaa; /*website background*/
 	font-family: Arial, Helvetica, 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: Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	font-weight: normal;
}
body {
	padding-top: 28px;
}
form
{
 	margin: 0;
 	padding: 0;
} 
#Website
{
	width: 975px; /* main container width */
	background: url(../cs-images/bg_mid.gif) repeat-y; /* main container background */
	margin: 0 auto;
	margin-bottom: 10px;
}

a {
 	color: #000068;
 	text-decoration: underline;
}
a:hover {
 	color: #555;
}
a:active {
 	color: #000068;
} 

/* general definition of buttons */
.GeneralButton {
 	display: inline;
 	padding: 1px 0 5px 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: 11px;
}

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


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

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

#SubHeaderSearch .GeneralButton input {
	padding-top: 0px;	
}


/* main definition of inputs */
.input_text {
	background: #eff1eb;
	border: 1px solid #b5baae;
	padding: 3px 5px;
	color: #000;
	width: 150px;
}
.search_input {
	background: #fff;
	border: 1px solid #b5baae;
	padding: 3px 5px;
	color: #000;
}




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

#Header
 {
 	clear: both;
	background: url(../cs-images/bg_top.gif) no-repeat center top;
	width: 975px;
 }	
 
#Logo
 {
 	background: url("../cs-images/logo.gif") no-repeat bottom left;
 	width: 260px;
 	height: 93px;
 	cursor: pointer;
 	float: right; /*logo alignment [left, right]*/
 }
#menu {
	/*height: 99px;*/
	overflow: hidden;
 }
#menu ul {
	margin: 10px 0 0 10px;
	padding: 0;
 }
#menu ul li {
	display: inline;
}
#menu ul li a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	float: left;
	padding: 0 2px 0 0;
}
#menu ul li a:hover {
	color: #000;
	background: #fff;
}
#SubHeader {
 	clear: both;
 	padding: 7px 0 0 10px;
 	margin: 0;
} 
#SubHeader .LeftSide {
	background: #d9d9d9;
	float: left;
	height: 36px;
	padding: 3px 7px 0 7px;
	width: 675px;
	color: #e01f03;
}
#SubHeader .RightSide {
	background: #b5baae;
	float: left;
	font-weight: bold;
	height: 28px;
	padding: 11px 7px 0 7px;
	width: 250px;
	color: #e01f03;
}
#SubHeader .LeftSide .phoneNumbers {
	color: #6d6d6d;
	font-size: 12px;
}
#SubHeader .LeftSide a {
	color: #e01f03;
	font-size: 10px;
	padding-right: 11px;
}
#SubHeader .RightSide .phoneNumbers {
	color: #6d6d6d;
}
#SubHeader input {
 	font-size: 10px;
}
#SubHeader .GeneralButton input {
 	background: url("../../cs-images/button/buttonr.gif") no-repeat top right;
	color: #fff;
	padding: 3px 4px 4px 0;
	border: none;
	margin: 0 ;
	cursor: pointer;
	font-size: 11px;
}

#SubHeader select {	
 	font-size: 11px;
}
#SubHeaderSearch {
	border-bottom: 2px solid #d9d9d9;
	padding: 50px 0 10px 8px;
	margin: 0 10px 5px 10px;
	font-size: 11px;
	width: 672px;
}

* html #SubHeader {
	margin-top: -10px;
}

* html #SubHeaderSearch {
	padding-top: 10px;
}


*:first-child+html #SubHeaderSearch  {
	padding-top: 10px;
}
 

/* ===== FOOTER ====== */
#Footer {
 	padding-top: 15px;
 	margin-bottom: 10px;
 	float: left;
 	width: 975px;
 	color: #808080;
 	background: url(../cs-images/bg_bot.gif) no-repeat center bottom;
}
* html #Footer {
	margin-bottom: -5px;
}
*:first-child+html #Footer {
	margin-bottom: -5px;
}

.FooterCopyright {
 	font-size: 12px;
 	margin: 10px 0 10px 15px;
}
.FooterLinks {
 	font-size: 11px;
 	float: left;
 	background: #d9d9d9;
 	margin-left: 10px;
 	height: 18px;
 	width: 675px;
 	padding: 5px 7px 0 7px;
}
* html .FooterLinks {
	margin-left: 5px;
}
.FooterLinks li {
	color: #a2a2a2;
	float: left;
	padding-right: 25px;
}
.FooterLinks a {
 	color: #595959;
 	text-decoration: none;
}
.FooterLinks a:hover {
 	text-decoration: underline;
}
#Footer a {
	color: #595959;
	text-decoration: none;
}
#Footer a:hover {
	text-decoration: underline;
}

.FooterRight {
	width: 240px;
	background:#B5BAAE;
	float: left;
	height: 18px;
	padding: 5px 7px 0 7px;
	width: 250px;
	text-align: right;
}
.FooterRight p {
	color:#B5BAAE;
	font-size:11px;
	font-weight:bold;
	margin: 0;
	padding: 0;
}
 
.cleaner, 
.Cleaner {
	clear: both;
}

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

#RightColumn
 {
 	float: right;
 	width: 245px;
	margin: 0 15px 15px 15px;
	font-size: 12px;
	color: #222;
	padding-top: 7px;
 }
 
* html #RightColumn {
	margin-right: 7px;
}

#Content
 {
 	width: 680px; /*#Website width - #RightColumn - #LeftColumn*/
 	padding: 0 10px;
 	float: left;
 	font-size: 12px;
 	width: 680px;
 }

* html #Content {
	padding: 0 5px 0 10px;
	overflow: hidden;
}
 
#RightColumn p,
#LeftColumn p {
	line-height: 16px;
	padding: 5px 10px;
}


#RightColumn .Field .input_text,
#LeftColumn .Field .input_text {
	background: #fff;
	border: 1px solid #b5baae;
	padding: 3px 5px;
	color: #000;
	margin-left: 10px;
}

* html #RightColumn .GeneralButton {
	padding-top: 0;
}

*:first-child+html #RightColumn .GeneralButton input  {
	padding-top: 1px;
	overflow: visible;
}
 
/* 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 5px 0;
	/*background: #EBF3F5;*/
}

.SideboxTitle {
	background: url(../cs-images/sidebox-header.gif) no-repeat top left #d5dacc;
	color: #404040;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 12px;
	width: 230px;
	float: none !important;
}

* html .SideboxTitle {
}

/* boxes */

#Categories ul,
#Articles ul,
#Wishlist ul,
#Brands ul {
	padding: 10px;
	padding-bottom: 0;
}
#Categories ul li,
#Articles ul li,
#Wishlist ul li,
#Brands ul li {
	padding: 0;
	margin: 0;
}

/* begin IE6 fixes */
* html #Categories {
	width: 250px;
	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 {
	text-decoration: underline;
	display: block;
	font-size: 12px;
	padding: 5px;
	font-weight: normal;
	line-height: 16px;
	color: #000;
}
#Categories ul li a:hover,
#Wishlist ul li a:hover,
#Articles ul li a:hover {
	text-decoration: none;
	background: #57d6d8;
	color: #fff;
}

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

#Testimonials .autor {
	font-size: 10px;
}
#Login .LoginFRM {
	margin-left: 10px;
}
#Login .LoginFRM td {
	padding: 2px 0;
}
#Login .LoginFRM .GeneralButton {
	margin-left: 0;
	margin-right: 4px;
}


#RightColumn #ShoppingCart p {
	color: #6c6c6c;
	font-size: 11px;
}

#Newsletter .input_text {
	width: 140px; 
	float: left; 
	margin-left: 10px;
}
#Newsletter .Actions {
	margin-top: 1px; 
	width: 60px; 
	float: left;
}
#Newsletter .Actions .GeneralButton {
	margin-left: 3px;
}

#Poll form {
	margin-left: 10px;
	font-size: 12px;
}

/* Tables */

.TableTitle
 {
	font-size: 14px;
 	font-weight: bold;
 	color: #000;
 	padding: 5px;  	
 	border-bottom: 2px solid #d5dacc;
 } 
 
.TableChapter 
 {
 	font-size: 11px;
 	color: #000;
 	padding: 5px; 
 	background: #EBF3F5;
 }
  
.TableParam
 {
 	font-size: 11px;
 	color: #000;
 	padding: 5px;
 	border-bottom: 1px solid #d5dacc;
 	width: 40%;
 } 
 
.TableValue
 {
 	font-size: 11px;
 	color: #000;
 	font-weight: bold;
 	padding: 5px;
 	border-bottom: 1px solid #d5dacc;
 }  
 
.TableDescription, .TableIntertitle
 {
 	font-size: 10px;
 	color: #000;
 	padding: 5px; 
 	border-bottom: 1px solid #d5dacc;
 	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: #B5BAAE;
	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: #000068;
	text-transform: uppercase;
 } 
 
h1 img
 {
 	vertical-align: middle;
 } 
 
h1 a
 {
 	color: #B5BAAE;
 }  
 
/* 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:#B5BAAE;
	font-weight:bold;
	margin-bottom:7px;
	margin-top:7px;
}
.articol p {
	font-size: 9px;
	color: #000;
}
.articol a.detalii {
	background:#B5BAAE;
	font-size:12px;
	padding:3px 5px 5px 5px;
	text-decoration:none;
	color:#fff;
	margin-left:25px;
}
.articol a.detalii1 {
	background:#B5BAAE;
	text-decoration:none;
	padding:2px 2px 4px 2px;
}


.pagetitle {
	font-size: 15px;
 	font-weight: bold;
 	text-transform: uppercase;
 	color: #B5BAAE;
 	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;
}


#RightColumn .input_text {
	font-size: 11px !important;
}

/* Orders Table */
.OrdersTable {
	border: 1px solid #d5dacc;
	border-left: none;
	border-bottom: none;
}
.OrdersTable td {
	border-left: 1px solid #d5dacc;
	border-bottom: 1px solid #d5dacc;
	padding: 5px;
}
.OrdersTable .SCTableHeader {
	background: #B5BAAE;
	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: #000068;
 } 

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

.filterList {
	/*background: #EFEFEF;*/
 	padding: 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: #000068;
 	display: block;
 	font-weight: normal;
 	font-size: 11px; 	
 	text-decoration: none;
 	padding: 3px;
} 
.filterList a:hover {
 	color: #fff;
 	background: #000068;
}  
.currentFilters {
	background: #fff;
	font-size: 11px;
	color: #333;
	padding: 5px;
	width: 200px;
}
.currentFilters .GeneralButton {
	padding-top: 2px;
	margin-left: 0;
}

#Filterbox {
	width: 670px;
}


.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;
}

#Wishlist li p {
	margin: 0; padding: 0;
}

/* 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:#EFF1EB none repeat scroll 0%;
	border:1px solid #B5BAAE;
	color:#000000;
	padding:3px 5px;
}




