* {
   margin: 0;
}
html, body {
   height: 100%;
}
.wrapper {
   min-height: 100%;
   height: auto !important;
   height: 100%;
   margin: 0 auto -37px;
}
.footer, .push {
   height: 37px;
}

.footer_image {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 0px;
}

.footer_ratetext {
	font-family: Verdana;
	font-size: 9px;
	text-align: right;
	color: #757575;
	padding-right: 12px;
}
	
.tt-float {
	float:left;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.cloth_card {
	background-color: #FFFFFF;
	background-image: url(/images/cloth_card.gif);
	padding: 0px 0px 10px 0px;
	background-repeat: no-repeat;
}

.cloth_card_over {
	background-color: #FFFFFF;
	background-image: url(/images/cloth_card-over.gif);
	padding: 0px 0px 10px 0px;
	background-repeat: no-repeat;
}

.cloth_card_xs {
	background-color: #FFFFFF;
	background-image: url(/images/cloth_card_xs.gif);
	padding: 0px 0px 10px 0px;
	background-repeat: no-repeat;
}

.cloth_card_xs_over {
	background-color: #FFFFFF;
	background-image: url(/images/cloth_card_xs-over.gif);
	padding: 0px 0px 10px 0px;
	background-repeat: no-repeat;
}

.cloth_card_vintage {
	background-color: #FFFFFF;
	background-image: url(/images/cloth_card_vintage.gif);
	padding: 0px 0px 10px 0px;
	background-repeat: no-repeat;
}

.cloth_card_vintage_over {
	background-color: #FFFFFF;
	background-image: url(/images/cloth_card_vintage-over.gif);
	padding: 0px 0px 10px 0px;
	background-repeat: no-repeat;
}

.cloth_card_shop {
	background-color: #FFFFFF;
	background-image: url(/images/cloth_card_shop.gif);
	padding: 0px 0px 10px 0px;
	background-repeat: no-repeat;
}

.cloth_card_shop_over {
	background-color: #FFFFFF;
	background-image: url(/images/cloth_card_shop-over.gif);
	padding: 0px 0px 10px 0px;
	background-repeat: no-repeat;
}

.price2 {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

.description2 {
	font-family: Verdana;
	font-size: 9px;
	padding-left: 8px;
	padding-top: 1px;
	color: #000000;
}

.formRow {
	font-family: Verdana; font-size: 14px;
}

.formRowValidationError {
	font-family: Verdana; font-size: 14px;
	color: #FF0000;
}

.text_normal {
	color: #000000;
}

.text_light {
	color: #DDDDDD;
}

.price_normal {
	color: #2C8F06;
}

.price_light {
	color: #CCEBCC;
}

.cursor_style {
	cursor: hand; 
	cursor:pointer;
}

.image_border_hover{
	border:1px; 
	border-thickness: 1px; 
	border-color: #000000; 
	border-style: solid;
	cursor: hand; 
	cursor:pointer;
}

.image_border_off{
	border:1px; 
	border-thickness: 1px; 
	border-color: #FFFFFF; 
	border-style: solid;
	cursor: hand; 
	cursor:pointer;
}

.places_image_border{
	border:1px; 
	border-thickness: 1px; 
	border-color: #AAAAAA; 
	border-style: solid;
	margin-top: 8px;
	margin-bottom: 18px;
}

A:link {
	text-decoration: underline;
	color: #000000;
}
A:visited {
	text-decoration: underline;
	color: #000000;
}
A:active {
	text-decoration: underline;
	color: #000000;
}
A:hover {
	text-decoration: none;
	color: #000000;
}

