/************************************************************************************
Created on April 2009																  																					
This is the standard CSS document to use on all IZIO websites. 
The elements shown are just the standard ones. 
If you need to add any elements do so in your site styles. 
If you feel it should be standard, make sure to make the change to the IZIO raw data.
************************************************************************************/
.img_border {
	border:1px solid #babbbd;
	}
.grey_box {
	background-color:#e3e3e3;
	width:100%;
	text-align:right;
	}
.stock_number {
	color:#babbbd;
	font-size:10px;
	}
	
/* For the blue scratched HR */	
div.hr {
	background: #fff url(http://www.digitalsolutionslc.com/web/caboots/files/themes/caboots/border.jpg) no-repeat scroll center; 
	height: 10px;
	}
div.hr hr {
	display: none;
	}

/* For Main Product Categories Display */
.product_width_175 {
	width:175px; 
	float:left; 
	text-align:center;
	}

/* Product Category Display */
#img_wrapper {
	float:left;
	padding:5px;
	width:150px;
	}
#products_content {
	border-top:5px solid #592544;
	float:right;
	margin-top:5px;
	width:525px;
	}
	
/* Product Display */
#product_img_wrapper {
	float:left;
	padding:5px;
	width:150px;
	}
#product_content {
	float:right;
	margin-top:5px;
	width:480px;
	}

/* Customize Page */
#customize_wrapper {
	background-color:#1a2650;
	color:#fff;
	padding:5px;
	}
#customize_header {
	width:100%;
	}	
#customize_boot {
	float:left;
	width:200px;
	}
#customize_content {
	width:365px;
	float:left;
	margin:0px 10px;
	}
#customize_order {
	float:right;
	width:200px;
	}
#your_order, #accessories {
	background-color:#fff;
	color:#1a2650;
	}	
.edit_box {
	width:100%;
	border:1px solid #b7b7b7;
	}
.edit_title {
	background-color:#4f5f92;
	font-weight:bold;
	padding:2px;
	}