

body
{
 	margin: 0;
 	padding: 0;
 	background: url(../cs-images/pattern.png) repeat-x top left #373b43; /*website background*/
 	font-family: Arial, Helvetica, sans-serif; /*website font face*/
 	font-size: 11px;
}
* {
	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;
}
form
{
 	margin: 0;
 	padding: 0;
} 
#Website
{
	width:900px; /* main container width */
	padding: 0;
	background: none; /* main container background */
	margin: 0 auto;
	border: none;
}

* html #Website {
	overflow: hidden;
}

*:first-child+html #Website  {
	overflow: hidden;
}


a {
 	color: #003694;
	text-decoration: underline;
}
a:hover {
 	color: #000;
 	text-decoration: none;
}
a:active {
 	color: #222935;
} 

table .GeneralButton {
 	display: inline;
	height: 27px;
 	background: url("../../cs-images/button/buttonl.gif") no-repeat top left;
	padding: 9px 0px 10px 0px;
	
}
table .GeneralButton input {
	background: url("../../cs-images/button/buttonr.gif") no-repeat top right;
	color: #fff;
	border: none;
	margin-left: 9px !important;
	padding: 8px 14px 9px 4px  !important;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
}
* html table .GeneralButton {
	padding-top: 0px !important;
	padding-left: 2px;
	margin-left: -10px;
}
* html table .GeneralButton input {
	padding: 8px 4px !important;
}
*:first-child+html table .GeneralButton {
	padding-top: 0px !important;
	padding-left: 2px;
	margin-left: -10px;
}
*:first-child+html table .GeneralButton input {
	padding: 8px 0px !important;
}

#RightColumn .GeneralButton {
 	display: inline;
	height: 27px;
 	background: url("../../cs-images/side_buttonl.gif") no-repeat top left;
	padding: 10px 0px 10px 0px;
}
#RightColumn .GeneralButton input {
	background: url("../../cs-images/side_buttonr.gif") no-repeat top right;
	color: #fff;
	border: none;
	margin-left: 9px !important;
	padding: 8px 14px 9px 4px  !important;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
}
* html #RightColumn .GeneralButton {
	padding-top: 0px !important;
	padding-left: 2px;
	margin-left: -5px;
}
* html #RightColumn .GeneralButton input {
	padding: 8px 0px !important;
}
* html #RightColumn .GeneralButton {
	padding-top: 0px !important;
	padding-left: 5px !important;
	margin-left: -8px !important;
}
* html #RightColumn .GeneralButton input {
	padding: 8px 0px !important;
}
*:first-child+html #RightColumn .GeneralButton {
	padding-top: 0px !important;
	padding-left: 2px;
	margin-left: -5px;
}
*:first-child+html #RightColumn .GeneralButton {
	padding-top: 0px !important;
	padding-left: 5px !important;
	margin-left: -8px !important;
}


#LeftColumn .GeneralButton {
 	display: inline;
	height: 27px;
 	background: url("../../cs-images/button/buttonl.gif") no-repeat top left;
	padding: 10px 0px 10px 0px;
}
#LeftColumn .GeneralButton input {
	background: url("../../cs-images/button/buttonr.gif") no-repeat top right;
	color: #fff;
	border: none;
	margin-left: 9px !important;
	padding: 8px 14px 9px 4px  !important;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
}
* html #LeftColumn .GeneralButton {
	padding-top: 0px !important;
	padding-left: 2px;
	margin-left: -10px;
}
* html #LeftColumn .GeneralButton input {
	padding: 8px 3px !important;
}
*:first-child+html #LeftColumn .GeneralButton {
	padding-top: 0px !important;
	padding-left: 2px;
	margin-left: -10px;
}
*:first-child+html #LeftColumn  .GeneralButton input {
	padding: 8px 3px !important;
}

/* ================================= BUTTONS ====== */

/*.GeneralButton {
 	display: inline;
	height: 27px;
 	background: url("../../cs-images/button/buttonl.png") no-repeat top left;
	padding: 8px 0px 8px 0px;
}
.GeneralButton input {
	background: url("../../cs-images/button/buttonr.png") no-repeat top right;
	color: #fff;
	border: none;
	margin-left: 9px !important;
	padding: 5px 14px 7px 4px  !important;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
}

* html .GeneralButton {
	padding: 0px 0px 6px 3px !important;
}
* html .GeneralButton input {
	padding: 5px 7px 7px 5px  !important;
	margin-left: -1px !important;
}

*:first-child+html .GeneralButton {
	padding: 5px 14px 7px 8px !important;
}
*:first-child+html .GeneralButton  input{
	margin-left: -1px !important;
}

tbody .GeneralButton{
	padding: 5px 0px 8px 0px !important;
	_padding: 0px 0px 6px 5px !important;
}
tbody .GeneralButton input {
	padding-left:5px;
	margin-bottom:0px!important;
}

#placeOrderFrm .GeneralButton {
	*padding-left:6px!important;
}
#placeOrderFrm .GeneralButton input {
	*margin-left:10px!important;
	margin-left:6px;
	margin-bottom:2px;
}

* html .GeneralButton {
	padding-top: 0;
	padding-left:8px;
	margin-right:14px;
}
* html .GeneralButton input {
	width: 10px;
	overflow: visible;
}

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

*:first-child+html .GeneralButton input {
	overflow: visible;
	padding-left:7px;
	padding-right:7px;
}
* html #SubHeader .GeneralButton {

}

*:first-child+html table .GeneralButton {
	padding-left: 15px !important;
	padding-top: 0 !important;
}
*:first-child+html table .GeneralButton input {
	padding-left: 5px !important;
}

.tabContent .GeneralButton input {
	padding: 4px 6px 7px 6px  !important;
}

*:first-child+html .tabContent .GeneralButton input {
	padding-right: 10px  !important;
	margin-left: 6px;
}



#RightColumn .GeneralButton {
 	padding: 0px 0px 0px 0px !important;
	_padding: 0px 0px 6px 0px !important;
	margin-bottom: 6px;
	display: block;
}
#RightColumn .GeneralButton input{
}
#LeftColumn .GeneralButton {
 	padding: 0px 0px 0px 0px !important;
	_padding: 0px 0px 6px 0px !important;
	margin-bottom: 6px;
	display: block;
 }
#LeftColumn .GeneralButton input{
}

.WLList .GeneralButton input {
 	padding-top: 4px !important;
}*/


/* ================================= TEXT INPUTS / TEXTAREAS / SELECTS ====== */
.input_text{
	font-size: 12px !important;
	padding: 4px 3px;
	border: 2px solid #6b82a1;
	background: #fff;
	color: #555;
	width: 166px;
}
.search_input {
	background: url(../cs-images/inputbg.gif) repeat-x top left #fff;
	border: 2px solid #6b82a1;
	padding: 3px 5px;
	color: #000;
	font-size:10px;
	height:12px;
	width:102px;
}

/*#Search .search_input {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 3px;
	width: 100px;
}
.search_select {
	font-size: 10px;
	height:19px;
	margin-bottom:1px;
	border:1px solid #CAC9CB;
	background: url(../cs-images/inputbg.gif) repeat-x top left #fff;
	padding: 2px 5px 2px 2px;
}

*:first-child+html .search_select {
	margin-top: -10px !important;
	position: relative;
	top: 5px;
}

*:first-child+html #SubHeader .search_select {
	top: 0;
}

* html .search_select {
	margin-bottom: 0 !important;
	position: relative;
	top: 0px;
}*/

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


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

#Header {
 	height: 70px;
 	margin: 0;
 	padding: 0;
}	

#Logo {
 	background: url("../cs-images/logo.png") no-repeat top left;
 	width: 301px;
 	height: 60px;
 	cursor: pointer;
 	float: left; /*logo alignment [left, right]*/
	margin: 0;
}

* html #Logo {
	background: url("../cs-images/logo.gif") no-repeat top left;
}
#menu {
	height: 35px;
	background: #EBF3F5;
	overflow: hidden;
	padding-top: 55px;
 }
#menu ul {
	margin: 0;
	padding: 0 0 0 10px;
 }
#menu ul li {
	display: inline;
}
#menu ul li a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	float: left;
	padding: 10px 5px 15px 5px;
	margin-right: 10px;
}
#menu ul li a:hover {
	color: #000;
	background: #eaeaea;
}
/*#SubHeader {
 	clear: both;
 	font-size: 12px;
 	padding: 5px 5px 5px 5px;
 	margin: 0;
 	background: #eee; 
 	color: #363636;
	_width: 558px;
	_overflow: hidden;
} 
#SubHeader input {
 	font-size: 10px;
}

#SubHeader table .GeneralButton input {
	margin-left:5px !important;
	padding: 5px 6px 7px 1px  !important;
	_margin-left:10px !important;
}

#SubHeader table .GeneralButton {
	padding-left: 4px !important;
} 
*:first-child+html #SubHeader .GeneralButton {
	padding-left: 9px !important;
} 

*:first-child+html #SubHeader .GeneralButton input {
	margin-left: 1px !important;
	padding-right: 9px !important;
}

#SubHeader td .input_text {
 	width: 110px;
}
#SubHeader td .search_select {
	margin-bottom: 0px;
	padding:0px 0px 0px 2px;
	font-size: 12px !important;
} 

#SubHeader select {	
 	font-size: 11px;
} */
 
.HeaderLinks {
 	padding: 0;
	float: right;
	margin-top: -25px;
	padding-right: 10px;
} 

* html .HeaderLinks {

}

*:first-child+html .HeaderLinks {

}

.HeaderLinks ul {

}
.HeaderLinks ul li {
	margin: 0;
	padding: 0;
	line-height: 34px;
	display: inline;
}

.HeaderLinks a {
	color: #d4e1ee;
	text-decoration: none;
	background: url(../cs-images/menu-interline.png) no-repeat bottom right;
	padding: 10px;
	margin: 0;
}
* html .Headerlinks a {
	background: url(../cs-images/menu-interline.gif) no-repeat bottom right !important;
}
.HeaderLinks a:hover,
.HeaderLinks a.current,
.HeaderLinks ul li.last a:hover  {
	background: url(../cs-images/headerlink-bg.png) repeat-x bottom left;
}
* html .HeaderLinks a:hover{
	background: url(../cs-images/headerlink-bg.gif) repeat-x bottom left;
}
* html .HeaderLinks a.current{
	background: url(../cs-images/headerlink-bg.gif) repeat-x bottom left;
}
* html .HeaderLinks ul li.last a:hover  {
	background: url(../cs-images/headerlink-bg.gif) repeat-x bottom left;
}
.HeaderLinks ul li.last a {
	background: none;
}


#Search {
	margin: 1px 0 0 0;
	padding: 0;
	float: right;
	height: 35px;
	overflow:hidden;
}

#Search .SideboxTitle {

}

#Search form
{

}

/* Header Search inputs
---------------------
*/

.HSkeyword {
	background: url(../cs-images/searchbg.png) no-repeat top left;
	width: 200px;
	border: none;
	padding-top: 8px;
	padding-bottom: 3px;
	color: #555;
	padding-left: 35px;
	height: 25px;
	float: left;
}

*:first-child+html .HSkeyword {

}

* html .HSkeyword {
	background: url(../cs-images/searchbg.gif) no-repeat top left;
}

.HSsearch {
	float: left;
	position: relative;
	top: -13px;
	left: -2px;
}

.HSsearch input {
	background: url(../cs-images/searchbtn.png) no-repeat top left;
	border: none;
	width: 71px;
	height: 30px;
	padding: 0;
	color: #fff;
	cursor: pointer;
}

* html .HSsearch {

}

*:first-child+html .HSsearch {

}

.HSsearch input {

}

* html .HSsearch input {
	background: url(../cs-images/searchbtn.gif) no-repeat top left;
}

*:first-child+html .HSsearch input {

}




/* ===== FOOTER ====== */
#Footer {
 	padding: 0 0 5px 0;
 	background: none;
}
#Footer a img {
	padding-left:6px;
}
.FooterCopyright {
 	margin: 5px 10px;
 	font-size: 11px;
	color: #9fa3aa;
	width: 550px;
}
.FooterLinks {
	font-size: 12px;
 	margin-bottom: 5px;
	color:#d4e1ee;
}
.FooterLinks ul {
	background: none;
	height: 12px;
	padding: 5px 10px;
}
.FooterLinks li {
	float: left;
}
.FooterSections {
	color: #000;
	font-weight:normal;
	background: none !important;
}
.FooterLinks li a {
	color: #d4e1ee;
	font-weight:normal;
	text-decoration: none;
}
.FooterLinks li a:hover {
    color: #d4e1ee;
	font-weight:normal;
	text-decoration: underline;
}
.FooterSections li a {
	color: #555;
}

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


#HomepageCategories {
	background: url("../cs-images/categoryimg-bg.jpg") no-repeat top left;
	width: 900px;
	height: 280px;
	overflow: hidden;
}

* html #HomepageCategories {
	
}

*:first-child+html #HomepageCategories {
	margin-top: 10px;
}

#HomepageCategories li {
	/*visibility: hidden;*/
}

.HomeCategoryList {
	width: 890px;
	height: 133px;
	background: url("../cs-images/categorymenu.jpg") no-repeat top left;
	padding: 0 0 0 15px;
}

.HomeCategoryList li {
	float: left;
	width: 145px;
	padding: 0;
	background: url("../cs-images/categorylistbg.png") no-repeat top left;
	cursor: pointer;
}
* html .HomeCategoryList li {
	background: none;
}

.HomeCategoryList li#he1 {
	margin-right: 0;
}

/*.HomeCategoryList li.on {
	background: url("../cs-images/categorylistbg_on.png") no-repeat top left;
}
* html .HomeCategoryList li.on {
	background: none;
}*/
.HomeCategoryList li p {
	color: #d4e1ee;
	line-height: 14px;
	padding-top: 0;
	padding: 0 10px 0 8px;
	height: 30px;
	font-size: 14px;
}
.HomeCategoryList li a.viewmore {
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	padding-left: 10px;
} 
.HomeCategoryList li p a {
	color: #d4e1ee;
	text-decoration: none;
}
.HomeCategoryList li p a:hover {
	color: #fff;
	text-decoration: none;
}

.CategoryMenuTop {
	height: 15px;
	width: 899px;
	overflow: hidden;
	background: url(../cs-images/simple_menu_top.jpg) no-repeat top left;
}

#ListingCategories {
	height: 192px;
	margin-bottom: 10px;
	background: url("../cs-images/foo") no-repeat top left;
	overflow: hidden;
}



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

#RightColumn {
 	float: right;
 	width: 200px;
 	font-size: 11px;
	color: #1e1e1e;
	margin:0;
	padding: 0;
}

#LeftColumn {
 	float: left;
 	width: 670px;
	margin:0;
	font-size: 11px;
	color: #1e1e1e;
	/*background: url("../cs-images/leftcolumnbg.png") no-repeat bottom left #fff;*/
	padding-bottom: 10px;
	min-height: 400px;
} 

* html #LeftColumn {
	/*height: 400px;
	overflow: visible;*/
}

#LeftColumn.home {
	background: none !important;
	padding-bottom: 0;
	min-height: 200px !important;
}

#LeftColumn .TopCorners {
	background: url("../cs-images/leftcolumn-top.png") no-repeat top left;
	height: 10px;
	line-height: 10px;
}

* html #LeftColumn {

}
* html #RightColumn {

}
 
#Content {
	background: url(../cs-images/content-middle.gif) no-repeat bottom left;
	padding: 0 10px 0 10px;
}

*:first-child+html #Content {
	padding-bottom: 1px;
}

#Content.home {
	background: url(../cs-images/content-middle.png) repeat-y top left;
	padding: 0 10px 0 10px;
}
.ContentTop,
.ContentBottom {
	height: 10px;
	line-height: 10px;
	overflow: hidden;
	width: 900px;
}
.ContentTop {
	background: url(../cs-images/content-top.png) no-repeat top left;
}
* html .ContentTop {
	background: url(../cs-images/content-top.gif) no-repeat top left;
}
.ContentBottom {
	background: url(../cs-images/content-bottom.png) no-repeat top left;
	}
* html .ContentBottom {
	background: url(../cs-images/content-bottom.gif) no-repeat top left;
}

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

#RightColumn .input_text,
#LeftColumn .input_text {
	padding: 3px 5px;
	color: #555;
	margin: 5px 0;
	border: 2px solid #6b82a1;
	background: #fff;
}
 
#Login {
	background: url("../cs-images/boxbg.gif") no-repeat bottom left;
	padding-bottom: 10px;
}

#Login .SideboxTitle {
	background: url("../cs-images/boxhead-login.gif") no-repeat top left;
	width: 200px;
	height: 40px;
}

#Login a {
	font-weight: bold;
}

#Login p {
	padding: 0 10px 5px 10px;
}

#Newsletter .Field,
#Newsletter p {
	padding: 0 10px;
}

.Actions
{
	margin-left: 6px;
	margin-bottom: 5px;
	_padding:0px 2px!important;
	_margin-left:5px !important;
}

#Wishlist .Actions {
	margin-bottom: 0;
}

* html #ShoppingCart .Actions {
	margin-left: 0 !important;
}

#Login .Actions {
	margin-left: 10px;
	margin-bottom: 5px;
}

/*.SideboxTitle {
	background: #B5BAAE;
	color: #333;
	font-weight: normal;
	font-size:11px;
	padding: 8px 0px 0px 10px;
	
}*/

/* boxes */

#Categories {
	background: #FFFFFF url(../cs-images/back_col_st.jpg) no-repeat scroll center bottom;
	margin-bottom: 10px;
}

#Articles ul,
#Wishlist ul,
#Brands ul {
	padding: 0px;
}
#Articles ul li,
#Wishlist ul li,
#Brands ul li {
	padding: 0;
	margin: 0;
	background: url("../cs-images/listlinkbg.gif") no-repeat top left;
}

#Wishlist ul li a,
#Articles ul li a {
	text-decoration: none;
	display: block;
	font-size: 11px;
	padding: 0 5px;
	font-weight: normal;
	line-height: 25px;
}

#Categories ul li a
{
	display:block;
	width: 188px;
	color: #738295;
	text-decoration:underline;
	font-size:11px;
	margin-top:1px;
	border-bottom: 1px solid #e8e8e8;
}
#Wishlist ul li a:hover,
#Articles ul li a:hover {
	text-decoration: none;
	color: #000;
	background: #fff !important;
}
#Wishlist ul li a,
#Articles ul li a {
	background: url("../cs-images/article-li-bg.gif") no-repeat center left;
	padding-left: 25px;
}
#Wishlist ul li a:hover,
#Wishlist ul li a.current,
#Articles ul li a:hover,
#Articles ul li a.current {
	background: url("../cs-images/article-li-current.gif") no-repeat center left !important;
	padding-left: 25px;
}

#Bundles ul {
}
#Bundles ul li {
	border-bottom: 1px solid #fff;
}

#Categories li a.depth1 {
    background: url("../cs-images/link-arr.gif") no-repeat top left;
 	padding: 3px 4px 6px 15px !important;
 	width: 178px;
	font-weight: bold;
}

#Categories li a.depth1:hover {
	background: url("../cs-images/link-arr-hover.gif") no-repeat top left #fff !important;
}

#Categories li a.depth2 {
	padding: 3px 4px 6px 18px !important;
	width: 176px;
 	font-weight: normal;
}

#Categories li a.depth3 {
	padding: 3px 4px 6px 28px !important;
 	font-weight: normal;
	width: 166px;
}
#Categories li a.depth4 {
   
  	padding: 3px 4px 6px 38px !important;
 	font-weight: normal;
	width: 156px;
} 
#Categories li a.depth5 {
    
  	padding: 3px 4px 6px 48px !important;
 	font-weight: normal;
	width: 146px;
} 

#Categories li a.currentlink {
	font-weight: bold !important;
	color: #000 !important;
	text-decoration: none !important;
}

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

#Wishlist ul {
	margin-bottom: 10px;
}
#Wishlist .Actions a {
	font-weight: bold;
	line-height: 16px;
	padding-left: 5px;
}

/* begin IE6 fixes */


* html #Categories li,
* html #Wishlist li,
* html #Articles li {
	line-height: 11px;
	height: 13px !important;
	margin-left: 1px;
}
* html #Categories li a {
	display: inline-block;
	width: 184px;
	height: 13px !important;
	margin-top: 0 !important;
}

/* end IE6 fixes */


#Phones .phone {
	font-weight: bold;
	font-size: 14px;
	color: #738295;
}

#SpecialProduct .img {
	margin-top: 5px;
	margin-bottom: 5px;
}
#SpecialProduct a {
	text-align: center;
}
#SpecialProduct {
	text-align: center;
}


#Articles,
#Wishlist,
#Newsletter {
	padding-bottom: 10px;
	background: url("../cs-images/boxbg.gif") no-repeat bottom left;
}
#Articles .SideboxTitle {
	width: 200px;
	height: 40px;
	background: url("../cs-images/boxhead-articles.gif") no-repeat top left;
}
#Articles {
	margin-top: 10px;
}
#Wishlist .SideboxTitle {
	width: 200px;
	height: 40px;
	background: url("../cs-images/boxhead-wishlist.gif") no-repeat top left;
}
#Newsletter .SideboxTitle {
	width: 200px;
	height: 40px;
	background: url("../cs-images/boxhead-nwl.gif") no-repeat top left;
}

#Wishlist,
#Articles {
	margin-bottom: 10px;
}

#Articles ul {
	padding: 0 10px;
}

#Wishlist p {
	padding: 0 10px;
}

/* Tables */

.TableTitle {
	font-size: 14px;
	color: #50555d;
} 
 
.TableChapter 
 {
 	font-size: 11px;
 	color: #333;
 	padding: 5px 0; 
 	background: #fff;
 	font-weight: bold;
 }
  
.TableParam
 {
 	font-size: 11px;
 	color: #000 !important;
 	padding: 5px 0;
 	width: 40%;
 	vertical-align: top !important;
 	border-bottom: 1px solid #eee;
 } 
 .ProductDetails .TableParam,
 .ProductDetailFacilities .TableParam
 {
 	font-size: 11px;
 	color: #000;
 	padding: 5px;
 	width: 40%;
 	vertical-align: top !important;
 	border-bottom: 1px solid #eee;
 }
.TableValue
 {
 	font-size: 11px;
 	color: #000;
 	font-weight: bold;
 	padding: 5px 0;
 	vertical-align: top !important;
 	border-bottom: 1px solid #eee;
 }  
.ProductDetails .TableValue,
.ProductDetailFacilities .TableValue
 {
 	font-size: 11px;
 	color: #000!important;
 	font-weight: bold;
 	padding: 5px;
 	vertical-align: top !important;
 	border-bottom: 1px solid #eee;
 }  
 
.TableValue input
{

}
.TableDescription, .TableIntertitle
 {
 	font-size: 10px;
 	color: #000;
 	padding: 5px; 
 	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;
 } 
 
 .TableParam select,
 .TableValue select {
 	font-size: 12px !important;
	border: 1px solid #ccc;
 }  


.TableIntertitle {
	padding-top: 20px;
	font-weight: bold;
	color: #B5BAAE;
	font-size: 12px;
}


.userAccountTable {
	margin: 0 10px;
	width: 570px;
}

.userAccountTable .TableParam {
	width: 25%;
}
.userAccountTable .TableDescription,
.userAccountTable .TableDescriptionLast {
	width: 10px;
}

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

/* headings */

h1 {
    display:block;
	font-size: 18px;
	padding: 5px 10px 5px 10px;
	color:#50555d;
	font-weight: normal; 
} 
 
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:#3f0000;
}
.articol a.detalii {
	background:#B5BAAE;
	font-size:12px;
	padding:3px 5px 5px 5px;
	text-decoration:none;
	color:#eaeaea;
	margin-left:25px;
}
.articol a.detalii1 {
	background:#B5BAAE;
	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: #B5BAAE;
}


.pagetitle {
	font-size: 18px;
 	font-weight: normal;
 	color: #50555d;
 	height: 22px;
	padding: 0 0 0 10px;
}
.teaser {
	float: left;
	font-size: 12px;
	color:#000;
	padding: 5px 40px 5px 10px;
	font-weight: normal;
}
.teaser img {
	width: 200px;
}
.articlepic {
	float: left; 
	width: 200px; 
	height: 200px; 
	overflow: hidden;
	margin: 0 5px 5px 0;
}

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

.articleBody {
	line-height: 18px;
	font-size: 12px;
	margin: 0 10px;
	width: 570px;
}

.articleBody p.breadcrums,
.articleBody h1,
.articleBody h2,
.articleBody .articlecontent {
	padding-left: 0;
}

.articleBody table td {
	vertical-align: top;
}
/* galeria de poze de la articole */
.articleGallery {
	color: #50555D;
	margin-bottom: 10px;
}

.articleGallery ul {
	padding-left: 10px;
	padding-bottom: 5px;
	border: 1px solid #D4E1EE;
	padding-top: 5px;
	margin-bottom: 0;
	width: 150px;
}

.articleGallery img {
	border: 5px solid #eee;
	width: 130px;
}

.articleGallery a:hover img {
	border: 5px solid #D4E1EE;
}

/* listele de linkuri la alte articole */
.articleLinks {
	padding: 0;
}

.articleLinks ul {
}
.articleLinks ul li,
.articleDocs ul li {
	padding: 3px 0;
	color: #50555D;
	font-size: 11px;
	font-weight: bold;
}

.articleSections,
.articleDocs {
	padding: 5px 0 10px 10px;
	margin: 0 0 10px 0;
	color: #50555D;
	border: 1px solid #D4E1EE;
	width: 150px;
}

.articleSections li,
.articleDocs ul li {
	background: url("../cs-images/listbullet.png") no-repeat center left;
	padding: 0 0 0 10px;
	font-weight: normal;
	font-size: 11px;
}

.articleBody .sideTitle {
	font-size: 14px;
	padding-bottom: 5px;
	color: #738295;
	background: none;
	padding-left: 0;
}

.articleLinksTitle,
.articleDocsTitle {
	font-size: 14px;
	padding-bottom: 0;
	color: #738295;
	padding-top: 5px;
}

.articleActions {
	float: right;
}

.articleActions a,
.productActions a {
	color: #738295;
	font-size: 11px;
}

/* lista de rezultate la cautarea in articole */
.articleSearchList {
	padding: 0 10px;
}
.articleSearchList ul {
	
}
.articleSearchList ul li {
	padding: 5px 0;
}
.articleSearchList ul li a {
	font-weight: bold;
	font-size: 12px;
}
.articleSearchList li p {
	color: #666c77;
}


#Poll {
	font-size: 11px;	
}


#RightColumn .input_text,
#LeftColumn .input_text,
#Content .input_text {

}

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


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



/* expand-collapse button for shopping cart
-------------------------------------------
*/

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

* html .cartexpand,
* html .cartcollapse {
	position: relative;
	left: -20px;
	overflow: hidden;
	margin-right: 0 !important;
}

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

.cartcontent {
	margin: 0;
	padding: 0 10px 0 10px;
	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: #738295;
	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: 12px;
	color: #555;
	padding-top: 0;
	font-weight: bold;
}
#ShoppingCart .emphTotal strong {
	font-size: 12px;
	color: #000;
}
#ShoppingCart .normalTotal {
	font-size: 11px;
	color: #555;
}
#ShoppingCart .normalTotal strong {
	color: #000;
}


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

p.breadcrums {
	background: url(../cs-images/breadcrumsbg.gif) no-repeat top left;
	padding: 0 0px 5px 10px;
	color: #738295;
	font-size: 12px;
}
p.breadcrums a {
	color: #738295;
	text-decoration: underline;
	font-weight: bold;
}
p.breadcrums a:hover {
	text-decoration: none;
	color: #1a1a1a;
}

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

.OrdersTable .odd {
	background: #fff;
}

.OrdersTable .even {
	background: #f9f9f9;
}


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

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

.recommendProduct {
	background: url(../cs-images/recommend-icon.png) no-repeat center left;
}
.printProduct {
	background: url(../cs-images/print-icon.png) 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: 7px 0px 0px 8px;
	background: url("../cs-images/promotitlebg.gif") repeat-x top left;
	font-size: 11px;
	font-weight:bold;
	color: #333;
	height: 20px;
	border: 1px solid #e8e8e8;
	border-bottom: none;
}

* html promoTitleBox {
	margin-right: 0 !important;
	padding: 7px 6px 0px 8px;
	width: 560px;
}

/* 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: 1px solid #e8e8e8;
	border-top: none;
	text-align: right;
}

.viewAllBtn .GeneralButton {
	background: none;
	padding: 0 5px 0 0;
	
}
.viewAllBtn .GeneralButton input {
	background: url(../cs-images/slider-viewall-btn.gif) no-repeat center right;
	color: #738295;
	padding:  0px 14px 1px 2px !important;
	margin-bottom: 0;
	margin-top: 3px;
}

/* bundles pages layout
------------------------*/

li.bundle {
	padding: 5px;
	border: 1px solid #3998C9;
	background: url("../cs-images/bundle-box-bg.gif") repeat-x top left;
	margin-bottom: 10px;
}
li.bundle h3 {
	color: #fff;

}

.bundleName {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
}
.bundleName:hover {
	color: #fff;
	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;
}

/* pagination items */
.pageNumbers {
	margin: 0;
	padding: 5px 10px 10px 10px;
	font-size: 11px;
}
.pageNumbers a {
	background: #fff;
	color: #000;
	margin: 0 2px;
	padding: 2px 6px 0 6px;
	text-decoration: none;
	border: 1px solid #fff;
	font-weight: bold;
	float: left;
}
.pageNumbers a:hover, .pageNumbers a.on {
	background: url("../cs-images/pgnr-on.png") repeat-x top left;
	border: 1px solid #9db0d1;
}

*:first-child+html .pageNumbers a {
	padding: 0px 6px 1px 6px;
}
* html .pageNumbers a {
	padding: 2px 6px 1px 6px;
}


.pageNumbers a.pg-next, .pageNumbers a.pg-prev {
	border: none;
	width: 18px;
	height: 19px;
	padding: 0;
}
*:first-child+html .pageNumbers a.pg-next {
	height: 18px;
}
.pageNumbers a.pg-next {
	background: url("../cs-images/next-arrow.png") no-repeat bottom left;

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

}
.pageNumbers a.pg-prev {
	background: url("../cs-images/prev-arrow.png") no-repeat bottom left;

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

}

.pageNumbers .PagesTotal {
	float: right; 
	padding-top: 5px; 
	color: #525760;
}

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

.wishlistTable {
	width: 570px;
	margin: 0 10px;
	border-top: 2px solid #E5EAF2;
}
.wishlistTable th {
	padding: 3px;
	background: #E5EAF2;
	text-align: left;
}
.wishlistTable td {
	vertical-align: middle !important;
}



.formTable {
	margin: 0 10px;
}

/* jobs table */
.JobsTable {
	text-align: left;
	background: #fff;
	margin: 0 10px;
	width: 570px;
}
.JobsTable td,
.JobsTable th {
	padding: 3px;
	line-height: 18px;
	border-bottom: 1px solid #f4fafa;
	border-left: 1px solid #f4fafa;
}
.JobsTable td {
	font-size: 11px;
}
.JobsTable th {
	background: #d7e3ef;
}
.JobsTable td.jobname {
	width: 230px;
	color: #000;
}
.JobsTable td.jobarea {
	width: 90px;
	color: #555;
}
.JobsTable td.jobplace {
	width: 60px;
	color: #555;
}
.JobsTable td.jobtype {
	width: 50px;
	color: #555;
}

.jobDetails {
	margin: 10px 0 10px 10px;
	background: #fff;
	font-size: 12px;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	width: 570px;
}
.jobDetails th, 
.jobDetails td {
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.jobDetails th {
	line-height: 18px;
	color: #444;
	text-align: left;
	padding-right: 10px;
	padding-left: 5px;
}
.jobDetails td {
	padding: 3px;
}
.jobDetails th span {
	color: #000;
	font-weight: bold;
}
.jobDetails .even {
	background: #f3f4f6;
}

.JobsTeaser {
	padding: 0 10px 10px 10px;
}
/* end jobs styles */

* html #Content {
	width: 899px;
	overflow: hidden;
	border-left: 1px solid #222935;
}

* html #LeftColumn {
	width: 670px;
	overflow: hidden;
}

* html #RightColumn {
	margin-right: 10px;
}

* html .ContentTop {
	width: 899px;
	overflow: hidden;
}

.hasSidebar {
	width: 410px;
	vertical-align: top !important;
}


