.product_listing{
	float:left;
	margin:10px 10px 10px 10px;
	width:490px;
	height:auto;
	padding:5px 5px 5px 5px;
	background-color:#fcf8e3;
}
.product_image{
	float:left;
	width:130px;
}
.product_info{
	float:left;
	width:330px;
	margin-left:20px;
	padding-left:10px;
}
.product_title{
	width:310px;
	padding:5px 0 5px 0;
	font-weight:bold;
}
.product_subtitle{
	width:310px;
	padding:5px 0 5px 0;
}
.product_shortdesc{
	width:310px;
	padding:5px 0 5px 0;
}
.product_price{
	width:310px;
	padding:5px 0 5px 0;
	color:#CC3333;
}
.product_busket{
	width:310px;
}
.form_text_box{
	font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
	border: 1px solid Gray;
	background-color: White;
	background-image: url(../../images/generic/form_back.gif);
	width: 150px;
}
.form_textarea{
	font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
	border: 1px solid Gray;
	background-color: White;
	background-image: url(../../images/generic/form_back.gif);
	background-repeat:repeat-x;
	width: 400px;
}
.cart_item{
	font-size:10px;
	border-bottom: 1px solid #e6dbae;
}

/* ------------Homepage Tabs Start-----------*/

.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 0px 5px;
margin-right: 3px;

}

.shadetabs li a:visited{

}

.shadetabs li a:hover{
text-decoration:none;
color: #444444;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */

}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
width: auto;
margin-bottom: 1em;
padding: 0px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

.calltoaction {
border-top:1px solid #333333;
border-bottom:1px solid #333333;
font-size:11px;
font-style:italic;
padding:10px 0 10px 0;
clear:both;
}

/* ------------Homepage Tabs End-----------*/