
A:link {text-decoration: none; color:#b60000; }
A:visited {text-decoration: none; color:#b60000;}
A:active {text-decoration: none; color:#b60000;}
A:hover {text-decoration: none; color:#b60000;}

body
{
	background-color:#c9ced7;
	background-image:url('resources/page-bg.jpg');
	background-repeat:repeat-x;
	font:12px arial;
	text-align:center;
	color: #000000;
}

fieldset
{
	padding:5px;
	border:1px solid #c9ced7;
}

form
{
	margin:0px;
	padding:0px;
}

.container_div
{
	color: #000000;
	width: 800px;
	border:1px solid black;
	background-color:white;
	margin-top:10px;
	padding:3px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font:12px arial;
	border-radius:15px;
	moz-border-radius:15px;
}

.logo_div
{
	text-align:center;
	float:left;
	width: 550px;
	height: 140px;
	margin-left:10px;
}

.header_cart_div
{
	height:135px;
	width: 200px;
	float:right;
	margin-right:10px;
	border:0px dashed red;
}

.cart_link
{
	cursor:pointer;
	font:bold 14px arial;
	color:#b60000;
}

.cart_table
{
	height:100%;
	width:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.category_div
{
	text-align:center;
}

.category_table
{
	border:0px dashed red;
	margin:0px auto;
}

.menu_table{
	border:0px dashed red;
	margin:0px auto;
	width:100%;
}

#menu_table-shadow{
	height:20px;
	width:100%;
	background-image:url('resources/shadow-bg.png');
	background-repeat:repeat-x;
}

.category_object
{
	padding:6px 8px;
	font:bold 12px arial;
	border:1px solid #b60000;
	border-left:1px solid #df6c6c;
	text-align:center;
	cursor:pointer;
	background-image:url('resources/rm_button_bg.jpg');
	color:white;
}

.category_object:hover
{
	cursor:pointer;
	border:1px solid black;
	border-left:1px solid #aaa;
	background-position:0px -30px;
}

.cat-highlighted{
	cursor:pointer;
	border:1px solid black;
	border-left:1px solid #aaa;
	background-position:0px -30px;
}

.input_submit
{
	width: 35px;
	border:1px solid #b60000;
	background-color:white;
	font:bold 12px arial;
	color:#b60000;
}

.search_box
{
	font:12px arial;
	border:1px solid #b60000;
}

.search_div
{
	padding:2px;
}

.index_category
{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:775px;
	border:0px dashed red;
	text-align:center;
}

.index_category_table
{
	width:100%;
}

.footer
{
	padding:3px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:775px;
	border-top:1px solid #c9ced7;
	text-align:center;
}

.product_list_table
{
	width:775px;
	margin-left:auto;
	margin-right:auto;
	border:0px dashed green;
}

.product_list_div
{
	font:12px arial;
	padding:2px;
	text-align:center;
}

.product_list_div img{
	border:1px solid #ddd;
	padding:0px 5px;
	margin-bottom:5px;
	max-height:100px;
	max-width:100px;
}

.product_list_img_container{
	height:100px;
}

.product_cell{
	width:33%;
	border:1px solid #ddd;
	text-align:center;
}

.product_cell:hover{
	border:1px solid red;
}

.product_left_div
{
	margin-left:15px;
	float:left;
	width: 310px;
	padding:5px;
	border:0px dashed blue;
}

.product_right_div
{
	color: #000000;
	margin-right:15px;
	float:right;
	width: 400px;
	border:0px dashed blue;
}

.product_show_header
{
	text-align:left;
	font:bold 12px arial;
	color:#FFFFFF;
	background-color:#b60000;
	padding:2px;
	padding-left:10px;
}

.product_show_content
{
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	width:90%;
	text-align:center;
	font:14px arial;
}

.quantity_input
{
	text-align:center;
	font:12px arial;
	border:1px solid #b60000;
}

.product_button
{
	color: #b60000;
	margin-top:5px;
	text-align:center;
	float:left;
	border:2px solid #c9ced7;
	margin-left:4px;
	padding:2px;
	cursor:pointer;
}
.imprint_info
{
	overflow:hidden;
	font:12px arial;
	width: 350px;
	height:75px;
	border:1px solid #c9ced7;
}
.imprint_table
{
	width: 350px;
	border:1px solid #c9ced7;
	font:12px arial;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
}

.check_guide
{
	margin-top:10px;
	width: 450px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border:1px solid #c9ced7;
}

.check_small_box
{
	padding-top:5px;
	padding-bottom:5px;
	width: 100%;
	text-align:center;
	margin-top:10px;
	border:1px solid #c9ced7;
}

.artwork_info
{
	text-align:center;
	padding:3px;
	margin-bottom:5px;
}

.pricebreak_table
{
	border-bottom: 2px solid #c9ced7;
	width:200px;
	text-align:center;
	font:12px arial;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

.apparel_input
{
	border: 1px solid #c9ced7;
	width:45px;
	text-align:center;
}

.apparel_table
{
	font:12px arial;
	width: 150px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.view_cart_table
{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	width:775px;
	border: 1px solid #c9ced7;
	font:12px arial;
}

.cart_product_name
{
	font:bold 14px arial;
}

.variable_data
{
	color:#000000;
	font:bold 12px arial;
}

.variable_data_i
{
	color:#000000;
	font:italic 12px arial;
}

.item_added
{
	font:bold 15px arial;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	padding:3px;
	border:0px dashed red;
}

.link_buttons
{
	font:bold 14px arial;
	color:#000000;
	padding:3px;
	border: 1px solid #c9ced7;
	text-align:center;
	cursor:pointer;
	width:100px;
}

.checkout_info_box
{
	float:left;
	color:#000000;
	margin-left:12px;
	margin-bottom:5px;
	width:400px;
	border: 0px solid #c9ced7;
	font:12px arial;
	padding:10px;
	text-align:left;
}

.checkout_image_box
{
	padding-top:9px;
	float:left;
	width:325px;
	margin-left:20px;
	text-align:center;
	border: 0px solid #c9ced7;
}

.checkout_info_table
{
	color:#000000;
	border:0px dashed red;
	padding:5px;
	margin-bottom:10px;
	font:12px arial;
	border:1px solid #c9ced7;
}

.co_title
{
	color:#000000;
	font:bold 12px arial;
}
.co_red
{
	color:#b60000;
}

.page_title
{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	font:bold 14px arial;
	color:#b60000;
	padding:2px;
	text-align:center;
	border-bottom:1px solid #c9ced7;
}

.buttons
{
	font:bold 12px arial;
	border: 1px solid #b60000;
	padding:2px;
	color:#b60000;
	background-color:#FFFFFF;
}

.form_buttons
{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	font:bold 14px arial;
	color:#b60000;
	padding-top:10px;
	text-align:center;
	border-top:1px solid #c9ced7;
}

.receipt_info
{
	padding:5px;
	width:740px;
	border:1px solid #c9ced7;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.receipt_info_inside
{
	float:left;
	padding:5px;
	width:340px;
	border:0px dashed red;
	text-align:center;
}

.receipt_info_table
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	font:12px arial;
	padding:2px;
}

.receipt_subject
{
	width:85px;
	font:bold 12px arial;
}

.receipt_content
{
	font:12px arial;
}

.index_message
{
	width:730px;
	padding:10px;
	text-align:left;
	color: #000000;
	margin-left:auto;
	margin-right:auto;
}

.concerns_div
{
	padding-top:5px;
	padding-bottom:5px;
	width:150px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	font:12px arial;
	color: #000000;
	border:1px solid #000000;
}

.price_table
{
	text-align:center;
	width:150px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	font:12px arial;
	color: #000000;
	border:1px solid #000000;
}

.same_as_button
{
	font:11px arial;
	color:#000000;
	padding:1px;
	border: 1px solid #b60000;
	text-align:center;
	cursor:pointer;
	width:100px;
	background-color: #FFFFFF;
}

.reorder_list_item
{
	margin:10px 10px;
}

.reorder_header_text
{
	font:14px arial;
}

.front_links_panel{
	width:300px;
	float:right;
	margin:10px;
}

.front_links_panel h3{
	margin-top:0px;
}

.front_button_links{
	margin:0px auto;
	padding:0px;
	list-style-type:none;
	width:100%;
}

.front_button_links li{
	margin:3px auto;
}

.front_button_links li a{
	width:95%;
	display:block;
}

.front_button_link{
	padding:10px 5px;
	font:bold 16px arial;
	color:#003c5e !important;
	background-color:#37b6ff;
	background-image:url('resources/front_button_links_bg.jpg');
	background-repeat:repeat-x;
	border-radius:5px;
	moz-border-radius:5px;
}

.front_button_link:hover{
	background-position:0px -54px;
	color:#473700 !important;
}

.whyRentManager{
	float:left;
	margin:0px;
	margin-left:20px;
	padding:10px;
	background-color:white;
	border:1px solid #ddd;
	border-radius:5px;
	moz-border-radius:5px;
}

.whyRentManager img{
	border:1px solid #999;
	border-radius:5px;
	moz-border-radius:5px;
}

#front-page-container{
	margin-top:15px;
}

.category_header
{
	font:bold 12px arial;
	padding:0px;
	margin:0px auto;
	text-align:left;
	border-bottom:1px solid #666;
	width:97%;
	margin-bottom:10px;
}

.product_category_header
{
	font:bold 12px arial;
	padding:0px;
	margin:0px auto;
	text-align:left;
	border-bottom:1px solid #666;
	width:97%;
	margin-bottom:10px;
}

.product_name{
	font:bold 16px arial;
	text-align:right;
	margin-bottom:5px;
	padding:5px;
	border:1px solid #ddd;
}

.category_container{
	background-position:bottom;
	background-image:url('resources/category_bg.jpg');
	background-repeat:no-repeat;
	min-height:450px;
}
