#description{
	position:relative;
	display:block;
	top:0px;
	left:0px;
	width:710px;
	height:82px;
	background-image:url(../../images/cart_title_descr_background.jpg);
	background-repeat:repeat-x;
	clear:both;
	background-color: #FFF;
}
#categoryrow{
	position:relative;
	display:block;
	top:0px;
	left:0px;
	float:left;
	background-image:url(../../images/cart_prod_detail_background.jpg);
	width:335px;
	height:298px;
	padding:10px;
	clear: both;
}
#categoryimage{
	position:relative;
	display:block;
	top:0px;
	float:left;
	width:355px;
	height:318px;
}
#categoryimage img{
	position:relative;
	display:block;
	top:0px;
	float:left;
	width:355px;
	height:318px;
}
.category{
	position:relative;
	display:block;
	top:0px;
	left:0px;
	width:137px;
	height:182px;
	background-color:#FFFFFF;
	margin-right:1px;
	text-align:left;
	float:left;
}
.categorydescription{
	position:relative;
	display:block;
	top:0px;
	left:0px;
	width:117px;
	height:20px;
	background-color: #E5E3E3;
	padding:10px;
	float:right;
}

#contactForm {
    width: 245px;
    overflow: hidden;
}

#contactForm, #contactForm * {
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
}

#contactForm .contactFormElement input, #contactForm .contactFormElement label {
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
    font-size: 11px;
    color: #000000;
}
#contactForm .contactFormElement {
    padding-bottom: 8px;
    width: 240px;
    clear: both;
}

#contactForm .contactFormElement label {
    float: left;
    clear: none;
    line-height: 19px;
    width: 36px;
}

#contactForm .contactFormElement input {
    background-color: #f2f1f1;
    float: right;
    clear: none;
    width: 182px;
}

#contactForm .contactFormElement textarea {
    background-color: #f2f1f1;
    float: right;
    height: 80px;
    width: 182px;
}

#contactForm a img {
    border: none;
}

#contactForm #btnWrapper {
    clear: both;
    width: 240px;
}

#contactForm #btnWrapper a {
    float: right;
}

#contactForm #contactEmailBody label {
    clear: both;
    width:100%;
    display: block;
}

#contactForm #contactEmailBody textarea {
    clear: both;
    float: right;
    display: block;
    width:182px;
}

.errorMessage, .successMessage {
    font-family:Tahoma, Verdana, Arial;
	font-size:14px;
	font-style: italic;
	color:#999999;
	margin:0px;
	line-height:normal;
	list-style:none;
	padding-left:0px;
}
