/* USED IN ORDERFORM */
div.store-product{
	background-color:#EDEFF1;
	margin: 0;
	padding: 0;
	width: 520px;
}

div.store-product img{
	margin:5px 5px 0 0;
	float:right;
}

div.store-product h3{
/*	padding:0.5em;*/
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	background-color:#DEDEDE;
}

div.store-product input.float_right{
	margin: 0 10px 10px 0;
}


div.store-product input.clear{
	clear: none;
	float:right;
	margin:0 10px 10px 0;
}

div.badge{
	float:left;
	width:135px;
	color:#000;
	margin: 2px;
	overflow:visible;
}

div.badge h4{
	font-size:13px;
	font-weight:bold;
	text-align:left;
	margin:0;
	margin-left: 2px;
	padding:3px 3px 5px 35px;
	white-space:nowrap;
}

div.badge label{
	text-align:left;
}

div.badge strong {
	margin-left: 2.0em;
}

*:first-child+html div.textbadge {
	margin-bottom: -27px !important;
}

div.textbadge{
	float:left;
	font-size:12px;
	color:#000;
	text-align:left;
	padding: 0px 10px 0px 10px;
	margin-bottom: -5px !important;
	margin-bottom: -27px;
	margin-top: -5px;
}
	
div.badge div{
	text-align:left;
/*	margin:5px;*/
}

div.se{
	background:url(../grfx/badge-se.png) no-repeat;
}

div.le{
	background:url(../grfx/badge-le.png) no-repeat;
}

div.ce{
	background:url(../grfx/badge-ce.png) no-repeat;
	width:150px;
}

div.ce h4{
	padding-left:33px;
}

div.large_le {
	height:180px;	
	width:167px;
	background:url(../grfx/le_large.png) no-repeat;
	overflow: hidden;
}

div.large_se {
	height:180px;	
	width:168px;
	background:url(../grfx/se_large.png) no-repeat;
	overflow: hidden;
}

div.large_ce {
	height:180px;	
	width:168px;
	background:url(../grfx/ce_large.png) no-repeat;
	overflow: hidden;
}
div.med_le {
	height:150px;	
	width:168px;
	background:url(../grfx/le_med.png) no-repeat;
	overflow: hidden;
}

div.med_se {
	height:150px;	
	width:169px;
	background:url(../grfx/se_med.png) no-repeat;
	overflow: hidden;
}

div.med_ce {
	height:150px;	
	width:169px;
	background:url(../grfx/ce_med.png) no-repeat;
	overflow: hidden;
}
div.large_ce h3, div.large_se h3, div.large_le h3, div.med_ce h3, div.med_se h3, div.med_le h3  {
	padding:0 0 0 32px;
	margin-top:0;
}

div.large_ce p, div.large_le p, div.large_se p, div.med_ce p, div.med_le p, div.med_se p {
	padding-left:5px;
	width:100%;
	line-height: 100%;
}

div.large_ce h4, div.large_se h4, div.large_le h4, div.med_ce h4, div.med_se h4, div.med_le h4 {
	padding: 4px 0 11px 33px;
}

div.large_ce .buynow strong, div.large_se .buynow strong, div.large_le .buynow strong {
	font-size: 0.85em;
	color: #B30404;
	padding: 8px 10px 4px 10px;
}

div.large_ce a, div.large_se a, div.large_le a, div.med_ce a, div.med_se a, div.med_le a {
	text-decoration: none;
	color: #000!important;
}

.inner-left .text .size {
/*	text-align: justify;*/
	margin-left: 15px;
	width: 130px;
	margin-top: 0px;
}

.order_product_table th {
	text-align: center;
	color: #2E67B2;
}

.order_product_table td {
	padding: 5px;
}

.sizeBlue {
	color: #2E67B2;
	font-weight: bold;
}	

.orderClear {
	clear: both;
	line-height: 2px;
}

.orderButtons {
	width: 500px;
}
