/* PRODUCTS */
.productBox_Warp{
    border:1px solid #000000; 
    width:220px; 
    float:left; 
  /*  height:260px; */
margin:5px;
	background-color:#DFDFDF;

}
.productBox_Warp1{
    border:1px solid #000000; 
  /*  width:220px; */
    width:190px; 
    float:left; 
  /*  height:190px;*/
	margin:5px;
	background-color:#DFDFDF;

}
.productBox_Warp2{
    border:1px solid #000000; 
    width:160px; 
    float:left; 
  /*  height:140px; */
margin:2px;
	background-color:#DFDFDF;

}

.productBoxTop{
margin-left:4px;
/*margin-top:-7px;*/
margin: 10px;
    width:170px; 
	/*height:210px;*/
	height:auto;
}

.productBoxBottom{

/*margin-left:4px;*/
}

.productBoxBottom .cms_form{

margin-top:0px;
margin-bottom:0px;

}

.productPricing {
 width: 150px;
}

span.productName {
 display: block;
 height: 3em;
 overflow: hidden;
 margin: 0 0 4px 0;
padding: 24px 0 0 0;
font-weight: bold;
}

.ProdImgLine{
	height:130px;
text-align:center;
}
.ProdImgLineRight{
	margin-left:10px;
	font-size:12px;
}

.attribs {
 height: 40px;
 overflow:hidden;
 margin-top: 5px;
}

.inMyOrder {
 height: 20px;
 overflow: hidden;
}

input.fsubmit, .fsubmit input {
    cursor:pointer; 
    background-color:#971E00; 
    color:#ffffff; 
    border:1px outset #990000; 
    padding:1px 4px;
	width:110px;
}

/* Product details */
.ProductDirectoryItem{
	border:1px solid #cccccc;
	padding:5px;
	width:452px;
	float:left;
	margin-top:30px;
}
.ProductDirectoryItemBC{
	width:730px;
	float:left;
}
.ProductDirectoryItem h1{
	font-size:180%;
	color:#990000;
	margin-botton:10px;
	height:auto;
}

.PrDetTopLine{

	float:left;
	height:auto;
}
.PrDetTopLineL{
	width:160px;
	float:left;
	height:auto;
}
.PrDetTopLineR{
	width:580px;
	float:left;
	height:auto;
}
.PrDetMidLine{
	margin:5px auto;
	padding:5px auto;
	
	float:left;
	height:auto;
	border-top:1px solid #CCCCCC;
}

/* CATEG LIST */
.products_category1{
	width:95%;
}
.products_category1 p{
	font-size:120%;
	letter-spacing:1px;
	border-bottom:1px solid #cccccc;
	margin: 0px auto;
	padding:0px 1px;
}
.products_category1 p a:hover{
	color:#990000;
}
.products_category1 p a{
	color:#cccccc;
}

/* CART AND REGISTRATION RELATED*/
.viewcartform, .loginform, .logoutform, .registerform{
	border:1px solid #cccccc;
	padding:5px;
	width:650px;
	float:left;
	margin-top:10px;
}
.logoutform form p{
	text-align:left;
	margin-left:-55px;
}
.logoutform .cms_form{
}
.logoutform .fsubmit a{
	border:1px outset #990000;
	background-color:#990000;
	color:#FFFFFF;
	padding:2px 5px;
}
.viewcartform h2{
	margin:4px auto;
	font-size:140%;
	color:#000000;
}
.cartitem{
	border-bottom:1px solid #cccccc;
	padding:5px;
	width:490px;
	float:left;
	margin:3px auto;
}
.totSum{
	border-bottom:1px solid #cccccc;
	padding:5px;
	width:490px;
	float:left;
	margin:3px auto;
	font-size:130%;
	font-weight:bold;
	letter-spacing:2px;
}

.cms_form select{
	margin:0px 0px 2px 0px;
	width:190px;
}
.search-button{
}

.BlockContent fieldset{
	border: 1px solid #999999;
	width:95%;
}
.BlockContent fieldset legend{
	font-size:140%;
}
.BlockContent fieldset input, .BlockContent fieldset select {
	margin:4px auto
}
.BlockContent fieldset .required{
	color:#990000;
}

.Price {
	font-size: 14px;
font-weight: bold;
}
.strikePrice {
	text-decoration:line-through;
	font-size: 14px;
}