/* Craveaway default styles */
/****************************/

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}

* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0;
	padding: 10px;
	text-align: center;
	background: url(../image/body_bg.png) repeat-x top;
	background-color: white;
	color: black;
}

body, td, th, input, textarea, select, a {
	font-size: 0.8em;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}

input, textarea, select {
	margin: 3px 0px;
}

a, a:visited {
	color: #444444;
	font-size: 1.0em;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	margin-top: 0px;
}

.clearfloats {
	clear: both;
}


/* layout */
/**********/
#wrapper {
	width: 986px;
	margin: 0 auto;	
	text-align: center;
	overflow: hidden;
	background: white;	
}

#frame_top {
	width: 986px;
	height: 12px;
	background: url(../image/frame_top_bg.png) no-repeat;
}

#frame_middle {
	width: 986px;
	background-color: white;
}

#header {
	width: 966px;
	height: 145px;
	overflow: hidden;	
	margin: 0 0 0 10px;	
	padding: 0;
	text-align: left;
}

#horiz_menu {
	width: 966px;
	height: 29px;
	margin: 0 0 0 10px;	
	padding: 0;	
	text-align: left;	
	background: url(../image/horiz_menu_bg.png) repeat-x;
}

#info_block {
	width: 956px;
	height: 15px;
	overflow: hidden;	
	margin: 0 0 0 10px;	
	padding: 5px;
	text-align: left;	
	background-color: #e4e1e1;
}

#column_left {
	float: left;
	width: 231px;
	min-height: 300px;
	overflow: hidden;	
	margin: 10px 0 0 10px;	
	padding: 0;
	text-align: left;
}

#column_right {
	float: left;
	width: 725px;
	min-height: 300px;	
	overflow: hidden;			
	margin: 10px 0 0 10px;
	padding: 0;
	text-align: left;
}

#footer {
	clear: both;
	width: 964px;
	overflow: hidden;
	/*height: 41px;*/
	margin: 0 0 0 10px;	
	padding: 0;
	text-align: left;	
	/*background: url(../image/footer_bg.png) repeat-x;*/
	border: 1px solid #c4c4c4;
}
/**********/



/* header styles */
/*****************/
.sitelogo {
	float: left;
}

.header_right {
	float: left;
	width: 280px;
	height: 120px;
	margin: 20px 0 0 280px;
	text-align: center;
}

.header_right .telephone {
	font-size: 3.0em;
	color: #1b6add;
}

.header_right .email {
	color: #5b5b5b;
	letter-spacing: 5px;
}

.header_right .search {
}

#module_search {
	margin-top: 10px;
}

#module_search input {
	border: 1px solid #999999;
	padding: 5px;
}
/*****************/


/* news ticker */
/***************/
.signup {
	float: left;
	font-weight: bold;
	color: #444444;
}

#ticker-area {
	float: left;
	margin: 0;
	padding: 0;
	font-weight: bold;	
}

#ticker-area ul {
	margin: 0;
	padding: 0;
	color: black;
}

#ticker-area ul li {
	margin: 0;
	padding: 0;
}

#ticker-area a, #ticker-area a:visited  {
	color: #006633;
}

#ticker-area a:hover  {
	color: #009933;
}
/***************/


/* horiz menu styles */
/*********************/
#horiz_menu ul {
	float: left;
	margin: 5px 0 0 10px; 
	padding: 0;
}

#horiz_menu li {
	float: left;
	display: inline;
	padding: 0;
	font-size: 1.0em;
	color: white;
	list-style-type: none;	
}

#horiz_menu a, #horiz_menu a:visited {
	color: white;
	font-weight: bold;
	padding: 0 13px;
}

#horiz_menu ul a:hover {
}
/*****************/


/* left column styles */
/**********************/
.column_left_block_top {
	width: 231px;
	height: 37px;
	background: url(../image/column_left_block_header.png) no-repeat top;
}

.column_left_block_top h1 {
	margin: 0;
	padding: 7px 0 0 10px;
	color: white;
	font-size: 1.5em;
}

.column_left_block_middle {
	width: 227px;
	margin: 0;
	padding: 0;
	border-left: 2px solid #c4c4c4;
	border-right: 2px solid #c4c4c4;	
}

.column_left_block_middle ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.column_left_block_middle li {
	width: 227px;
	height: 29px;
	margin: 0;
	padding: 0;	
	border-bottom: 2px solid #c4c4c4;
	list-style: none;	
}

.column_left_block_middle li a, .column_left_block_middle li a:visited {
	display: block;
	width: 217px;
	height: 17px;
	margin: 0;
	padding: 6px 10px;
	font-weight: bold;
	background: url(../image/vertnav_button_state_normal.png) no-repeat;
}

.column_left_block_middle li a:hover {
	text-decoration: none;
	background: url(../image/vertnav_button_state_hover.png) no-repeat;
}

.column_left_block_middle .helpline {
	margin: 10px 0 0 10px;
}

.column_left_block_middle .mini_cart {
	width: 207px;
	height: 105px;
	margin: 10px 0 0 10px;
	padding: 0 0 0 0;
	background: url(../image/cart_mini_bg.png) no-repeat;
}

.column_left_block_middle .mini_cart h1 {
	margin: 0;
	padding: 4px 0 0 35px;
	font-size: 1.0em;
	color: #525454;
}

.column_left_block_middle .mini_cart p {
	margin: 0;
	padding: 10px 0 0 15px;
}

.column_left_block_bottom {
	width: 231px;
	height: 10px;
	margin-bottom: 10px;	
	background: url(../image/column_left_block_bottom.png) no-repeat;
}

.paypal {
	margin-left: 38px;
}
/**********************/


/* right column styles */
/**********************/
.content_top {
	width: 725px;
	height: 12px;
	margin: 0;
	padding: 0;
	background: url(../image/content_top_bg.png) no-repeat;
}

.content_middle {
	width: 701px;
	min-height: 888px;	
	margin: 0;
	padding: 0 10px;
	overflow: hidden;	
	background: url(../image/content_middle_bg.png) repeat-x top;
	border-left: 2px solid #c4c4c4;
	border-right: 2px solid #c4c4c4;
}

.content_middle .middle form table {
	font-size: 1.3em;
}

.content_middle .middle table table form {
	font-size: 2.0em;
}

.content_middle .top h1 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #1b6add;
}

.content_middle table table {
	font-size: 1.7em;
}

.content_middle .flash_holder {
	width: 417px;
	height: 242px;
	margin: 0 0 10px 0;
	padding: 0;
}

.content_middle .welcome {
	width: 417px;
	margin: 0;
	padding: 0;
	min-height: 500px;
}

.content_middle .homeproducts {
	width: 251px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

.content_middle .couple_pic {
	width: 251px;
	height: 349px;	
	margin: 0;
	padding: 0;
	background: blue;	
}

.content_bottom {
	width: 725px;
	height: 10px;
	margin: 0 0 10px 0;
	padding: 0;	
	background: url(../image/content_bottom_bg.png) no-repeat;
}

/*
.top {
	margin: 0;
	padding: 0;
}

.top h1 {
	margin: 0;
	margin-bottom: 20px;
	padding: 5px;
	font-size: 1.3em;
	font-weight: bold;
	color: white;

	background-color: #91b9a4;
}

.middle {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
}

.home {
	background: #cbd9e3;
	min-height: 400px;
	font-size: 1.2em;
}

.middle table table {
	font-size: 1.3em;
}
*/
/**********************/


/* footer  styles */
/******************/
#footer ul {
	float: left;
	margin: 12px 0 0 60px; 
	padding: 0;
}

#footer li {
	float: left;
	display: inline;
	padding: 0;
	font-size: 1.0em;
	font-weight: bold;
	color: #444444;
	list-style-type: none;	
}

#footer a, #footer a:visited {
	font-weight: bold;
	padding: 0 30px;
}

#footer ul a:hover {
}

.footer_message {
	width: 700px;
	overflow: hidden;
	margin: 10px;
	margin-left: 120px;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 0.8em;
	color: #666666;
	/*background-color: blue;*/
}
/******************/


/* tabs */
/********/
.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 640px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}
/*********/


/* cart */
/********/

#module_cart {
	display: inline;
	margin: 0 0 0 10px;
	/*font-size: 0.8em;
	padding: 10px;*/
}

#module_cart .middle {
	display: inline;
}

/*
#module_cart table {
	font-size: 1.1em;
}

#module_cart a {
	color: blue;
	font-size: 1.1em;
}
*/

.cart {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #EEEEEE;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}
/********/


/* tables */
/**********/
.list {
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.list a, list a:visited {
	color: blue;
}

.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
/**********/


/* buttons */
/***********/
a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #FFFFFF;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px;
	text-decoration: none;
	text-transform: uppercase;
}

a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding: 5px 0 2px 18px;
	height: 25px;	
}

a.button span p {
	display: inline;
	margin: 0;
	padding: 0;
}

a.button span p.normalprice {
	color: white;
}

a.button span p.normalpricecrossthrough {
	color: white;
	text-decoration: line-through;
}

a.button span p.specialprice {
	color: #ffffdd;
}

.buttons {
	margin-bottom: 10px;
	clear: both;
}

.buttons input {
	padding: 0px;
	margin: 0px;
}

.buttons table {
	width: 100%;
	border-collapse: collapse;
}

.buttons table td {
	vertical-align: middle;
}
/***********/


/* pagination styles */
/*********************/
.pagination {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.pagination .links, .pagination .results {
	padding: 7px;
}

.pagination .links {
	float: right;
}

.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}

.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: white;
	background: #1b6add;
}

.pagination .results {
	float: left;
}
/*********************/


/* misc */
/********/
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

.required {
	color: #FF0000;
	font-weight: bold;
}

.error {
	color: #FF0000;
	display: block;
}

.help {
	cursor: pointer;
}

.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}

.clear {
	overflow: hidden;
	width: 100%;
}
/********/

