/*** Single ***/
div#listFrame{
   width: 100%;
   background-color: transparent;
   border: 0px solid orange;
   padding: 3px;
}

div#listFrame div#listRowFrame{
}

div#listFrame div#listRowFrame div#listProdFrame {
   width: 150px;
   height: 200px;
   margin: 3px;
   float: left;
   cursor:pointer;
   padding: 5px;
}
div#listFrame div#listRowFrame div#listProdFrame div#listDescSection{
   height: 100px;
}
div#listFrame div#listRowFrame div#listProdFrame div#listDescSection div#listBrand{
   font-size: 11px;
}

div#listFrame div#listRowFrame div#listProdFrame div#listDescSection div#listName{
   font-size: 12px;
}

div#listFrame div#listRowFrame div#listProdFrame div#listDescSection div#listPrice{

}

div#listFrame div#listRowFrame div#listProdFrame div#listImage{
   padding: 10px;
   align: center;
}

div#listFrame div#listRowFrame div#listProdFrame div#listImage img{
   border: 1px solid #e3e3e3;
   position: relative;
   height: 80px;
}

.nohover{
   border: 1px solid #15C6D1;
}

.hover{
   border: 1px solid red;
}

/*************************************** Single ******************************************************/

div#prodSingleFrame{
	width: 100%;
	border: 0px double orange;
	margin: 0 0 0 0;
}

div#prodSingleFrame div#prodImageSection{
	float: left;
	padding: 20px;
	height: 100%;
	
}

div#prodSingleFrame div#prodImageSection img{
	border: 1px solid #e3e3e3;
	padding : 5px;
	width: 150px;
}
div#prodSingleFrame  div#imageDivider{
	width: 20px;
	float: left;
	background-color: white;
}

div#prodSingleFrame div#prodDescSection{
	padding-left: 30px;
	float: left;
}

div#prodSingleFrame div#prodDescSection div#prodBrand{
}

div#prodSingleFrame div#prodDescSection div#prodName{
	font: normal normal bold 13px verdana;
}

div#prodSingleFrame div#prodDescSection div#prodPrice{
}

div#prodSingleFrame div#prodDescSection div#prodDesc{
	font-size: 12px;
	color: #909090;
	width: 500px;
}

div#prodSingleFrame div#prodDescSection div#prodVariation {
	color: #404040;
	font: normal normal bold 11px verdana;
	margin: 10px;
}

.labelBrand{
	color: green;
	font: normal normal bold 11px verdana;
}
.labelName{
	color: black;
	font: normal normal normal 13px verdana;
}

.labelSku{
	color: gray;
	font: normal normal normal 9px verdana;
}


.labelMsrpNoSale{
	color: #5896E5;
	font: normal normal normal 13px verdana;
}

.labelMsrpWithSale{
	color: #808080;
	font: normal normal normal 12px verdana;
	text-decoration: line-through;
}

.labelSale{
	color: red;
	font: normal normal bold 13px verdana;
}

.sizeColorLabel{
}

img.thumbSize{
	width: 30px;
}

/*************************************** Single ******************************************************/
div#cartFrame{
	
	width: 100%;
	background-color: #a0a0a0;
}

/*************************************** Auto created form ******************************************************/

.formTopArea{
	width: 100%;
	height: 5px;
	background-color: orange;
	margin-bottom: 30px;
}
.formBottomArea{
	margin-top: 30px;
	width: 100%;
	height: 5px;
	background-color: orange;
}

.formFrame{
	padding: 20px;
}
.fieldSideText{
	font: normal normal bold 12px verdana;
	color:blue;
	margin-left:150px;
	margin-bottom: 10px;
	
}

.formRequiredLabel{
	font: normal normal bold 12px verdana;
	color: #054144;
	float: left;
	width: 130px;
	text-align: right;
	margin-right: 20px;
}

.formLabel{
	font: normal normal normal 12px verdana;
	color: #054144;
	float: left;
	width: 130px;
	text-align: right;
	margin-right: 20px;
}

.formFieldText{
	padding-bottom: 5px;
	float: left;
}

.formFieldCheckbox{
	padding-bottom: 5px;
	float: left;
}

.formFieldDropDown{
	padding-bottom: 5px;
	float: left;
}

.formSubmit{
	font: normal normal bold 12px verdana;
	float: left;
}

.formSubmit a{
	position: relative;
	top: 15px;
	left: 150px;
	width: 50px;
	border: 1px solid orange;
	padding : 5px 10px 5px 10px;
	-moz-border-radius: 5px;
	outline: none;
}

.formSubmit a:hover{
	position: relative;
	top: 15px;
	left: 150px;
	width: 46px;
	border: 3px double orange;
	padding : 3px 8px 3px 8px;
	text-decoration: none;
	-moz-border-radius: 5px;
	outline: none;
}

.formCancel{
	font: normal normal bold 12px verdana;
	float: left;
}

.formCancel a{
	position: relative;
	top: 15px;
	left: 160px;
	width: 50px;
	border: 1px solid orange;
	padding : 5px 10px 5px 10px;
	-moz-border-radius: 5px;
	outline: none;
}

.formCancel a:hover{
	position: relative;
	top: 15px;
	left: 160px;
	width: 46px;
	border: 3px double orange;
	padding : 3px 8px 3px 8px;
	text-decoration: none;
	-moz-border-radius: 5px;
	outline: none;
}

/*************************************** Wish List ******************************************************/


div#wishListFrame{
	
}
div#wishListItem{
	border: 1px solid #e3e3e3;
	margin-bottom: 10px;
	width: 90%;
	padding: 0px;
}
div#wishListProductImage{
	float: left;
	padding: 10px;
	width: 150px;
}
div#wishListProductImage img{
	height: 150px;
	padding: 10px;
	border: 1px solid #e3e3e3;
}
div#wishListProductDesc{
	float: left;
	margin: 10px;
	padding: 10px;
	
}

/*************************************** ecCheckoutAccountInfoForm ******************************************************/


div#ecCheckoutAccountInfoForm{
	float: left;
}
div#ecCheckoutReturningCustomerForm{
	float: left;
}

div#addressForm{
	border: 1px solid #e3e3e3;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
}

div#addressBillingForm{
	border: 1px solid #e3e3e3;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
}

div#agreementForm{
	border: 1px solid #e3e3e3;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
}

div#optionalForm{
	border: 1px solid #e3e3e3;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
}

div#returnCredentialForm{
	border: 1px solid #e3e3e3;
	padding: 10px 10px 10px 10px;
	margin: 20px 10px ;
}

.formSubmitLogin a{
	position: relative;
	top: 15px;
	left: 150px;
	width: 50px;
	border: 1px solid orange;
	padding : 5px 10px 5px 10px;
	-moz-border-radius: 5px;
	outline: none;
}

.formSubmitLogin a:hover{
	position: relative;
	top: 15px;
	left: 148px;
	border: 3px double orange;
	padding : 5px 10px 5px 10px;
	text-decoration: none;
	-moz-border-radius: 5px;
	outline: none;
}
