.body, html, a, table, tr, td, ul, li, ol, select, option, input, textarea, div, layer, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	line-height: 15px;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	line-height: 15px;
}

.bodytext a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
.bodytexthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #961B1E;
}
.headline a:link{
    color: #961B1E;
	font-weight: normal;
}
.headline a:visited{
    color: #965055;
	font-weight: normal;
}
.itemintro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.itemhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #961B1E;
	text-decoration:none;
	cursor:hand;
}
.itemhead a:link{
    color: #961B1E;
	font-weight: normal;
	text-decoration:none;
}
.itemhead a:visited{
    color: #965055;
	font-weight: normal;
	text-decoration:none;
}
.readmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #961B1E;
}
.readmore a:link{
    color: #961B1E;
	font-weight: normal;
}
.readmore a:visited{
    color: #965055;
	font-weight: normal;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	line-height: 15px;
}
.articletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
	text-align: center;
	background-color:#DADADA;
}
.articletext a:link{
    color: #961B1E;
	font-weight: normal;
}
.articletext a:visited{
    color: #965055;
	font-weight: normal;
}

#zcp_foot {
	display: none;
	color: #FFFFFF;
	overflow: hidden;
}
/* ***************************************************************** */

option {
	color: #333333;
	background-color: #D2D2D2;
	border: none;
}
.contact {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #002D56;
}
.boxes {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #D2D2D2;
	width: 250px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-style: none;
}
.boxes_sml {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #D2D2D2;
	width: 100px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-style: none;
}
.border_advert {
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.check {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #052C56;
}
.send {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #D2D2D2;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	width: 250px;
}

.send_sml {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #D2D2D2;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	width: 100px;
}
/* ************************************************ //
// registration form */
form.registration table tr td.reg_input{
	background-repeat: no-repeat;
	background-image:url('../../resources/images/forms/input_bg.jpg');
	width: 237px;
	height: 40px;
}

input.shop_input, input.shop_input_r{
	width: 120px;
	height: 30px;
	background-repeat: no-repeat;
	background-image:url('../../resources/images/forms/basket_bg.jpg');
	border: 0px solid #FFFFFF;
}

input.shop_input_r{
	background-image:url('../../resources/images/forms/basket_red_bg.jpg');
	color: #FFF;
	font-weight: bold;
	width: 102px;
	border: 0px solid #FFFFFF;
}
form.registration table tr td.reg_input input {
	border: 0px;
	width: 227px;
	height: 35px;
	float: left;
    padding: 0;
	margin: 0px;
	margin-left: 4px;
	margin-right: 0px;
	margin-top: 4px;
    background: none !important; /* this important is required as it overrides the google yellow pre-fill, which destroys the design of the form */
}
form.registration table tr td.reg_textarea {
	background-repeat: no-repeat;
	background-image:url('../../resources/images/forms/textarea_bg.jpg');
	width: 237px;
	height: 85px;
}
form.registration table tr td.reg_textarea textarea {
	border: 0px;
	width: 227px;
	height: 72px;
	float: left;
    padding: 0;
	margin: 0px;
	margin-left: 4px;
	margin-right: 0px;
	margin-top: 2px;
    background: none;
	overflow:auto;
}
form.registration input.next {
	border: 0px;
    padding: 0;
	margin: 0px;
	width: 52px;
	height: 35px;
	background-image: url(../../resources/images/forms/next.jpg);
	background-position:right;
}
	
form.registration input.prev {
	border: 0px;
    padding: 0;
	margin: 0px;
	width: 52px;
	height: 35px;
	background-image: url(../../resources/images/forms/prev.jpg);
	width: 52px;
	height: 35px;
}
/* ************************************************ */

form.login 
{
	 width: 330px;
	 *margin-top: 30px;
}

form.login label{
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

form.login table tr td.reg_input {
	background-repeat: no-repeat;
	background-image:url('../../resources/images/forms/input_bg_login.jpg');
	height: 30px;
}

form.login table tr td input
{
	border: 0px;
}

.login_home
{
	 width: 330px;
	margin-top:5px;
}

.login_home tr td label{
	color: #6D6D6D;
	font-weight: normal;
	text-align: left;
	margin-top: -5px;
}

.login_home table tr td.reg_input {
	background-repeat: no-repeat;
	background-image:url('../../resources/images/forms/input_bg_top_header1.jpg');
	height: 30px;
	z-index: 100;
	
}

.login_home table tr td input
{
	border: 0px;
	font-size:11px;
	z-index: -100;
	margin-top: -2px;
}


.send_log{

	background-color: #C50000;
	height: 30px;
	length: 100px;
	border: 1px solid #FFF;
	color: #FFF;
	text-align:left;
}

form.login a
{
	text-decoration: none;
}

.latest_news_title, .latest_news_title a {
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
	color: #961B1E;
}

.latest_news_title a:hover {
	text-decoration:underline;
}

.signup_text
{
	text-align: center;
	color: #961B1E;
}

.nav_ie_fix1 {
	width: 500px;
}
.nav_ie_fix1 tr, .nav_ie_fix1 tr td, .nav_ie_fix1 tr td img {
	border: none;
	padding: 0px;
	margin: 0px;
}
.tips_category{
	background-image: url('../../resources/images/side_navigation/tip_cat_bg.jpg');
	background-repeat:no-repeat;
	width:293px;
	height:36px;
}
.tips_category div a{
font-size:13px;
color:#666666;
	margin-left: 20px;
	text-transform:lowercase;
	font-weight: normal;
	text-decoration: none;
}
.home_select{
	width: 150px;
}

.updated_text, .error_text{
	color: #009900;
	font-weight:bold;
	font-size:12px;
	margin-left: 50px;
}

.error_text{
	color: #CC0000;
}

.shop_qty{
	text-align:right; 
	width:35px;
	height:25px;
	border: none;
	background-image:url(../../resources/images/forms/qty_bg.jpg);
	background-repeat: no-repeat;
	text-align:center;
}

.title_product_cat a {
	text-decoration: none;
}
