/* ============= Begin Other DIVs ================= */

div#prodPhoto {
	float: left;
	padding-right: 28px;
}

div.productText {
	line-height: 16px;
	padding: 0 10px;
    font-family: Georgia, 'Times New Roman', san-serif;
	font-size: 12px;	
	margin-left: 25px;
}

div.relatedItems {
	clear: both;
	float: left;
	margin: 45px 0 20px 0;
	width: 500px /*500px*/;
	text-align: left;
}

/* ============= End Other DIVs ================= */

table.viewTable {
	width: 736px;
}

.outerRelatedItem {
	float: left; 
	text-align: center; 
	margin-right: 30px; 
	width: 100px;
	font-size: 10px;
}

.innerRelatedItem {
	height: 80px; 
	line-height: 80px; 
	vertical-align: bottom;
}

/* ============= Begin Link Styles ================= */

/* ============= End Link Styles ================= */

/* ============= Begin Typography Styles ================= */

h2 {
	text-transform: uppercase;
	font-size: 16px;
    color: #4d706f;
    font-family: Georgia, 'Times New Roman', san-serif;
    margin-bottom: 10px;
}

div#rightCol p {
	font-size: 11px;
	line-height: 16px;
}

span.salePriceAvailable {
	color: #C13A3A;
	font-weight: bold;
}

.relatedItems h4 {
	background: #f3f2ec;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	border-bottom: 1px solid #a1958a;
	border-top: 1px solid #a1958a;
	padding-left: 10px;	
    font-family: Georgia, 'Times New Roman', san-serif;	
    font-size: 12px;
}

.productText p {
	width: 475px;
}

/* ============= End Link Styles ================= */


/* ============= Begin Checkout Styles ================= */
div.prod_desc {
	float: left;
	width: 300px;
}

div.prod_info {
	float: left;
	width: 500px;
	margin: 45px 0 0 25px;
	font-family: verdana, arial, helvetica, sans-serif !important;	
}

div.prod_info p {
	font-size: 11px;
	line-height: 16px;
}

div.prodLine {
	width: 736px;
	float: left;
	clear: both;
	display: block;
}

div.desc	{ 
	float: left;
	width: 230px;
	font-size: 11px;
	clear: left;
	padding-left: 10px;
}

div.desc_header	{ 
	float: left;
	width: 230px;
	padding-bottom: 8px;	
	font-weight: normal;
	background: #f3f2ec;
	height: 15px;
	font-size: 11px;
	vertical-align: middle;
	line-height: 20px;
	padding-left: 10px;
}

div.sku	{ 
	float: left;
	width: 60px;
	font-weight: bold;
	padding-left: 20px;
	font-size: 11px;
}

div.sku_header	{ 
	float: left;
	width: 60px;
	padding-bottom: 8px;	
	font-weight: normal;
	background: #f3f2ec;
	height: 15px;
	font-size: 11px;
	vertical-align: middle;
	line-height: 20px;
	border-left: #fff solid 10px;
	padding-left: 10px;
}

div.price	{ 
	float: left;
	width: 100px;
	padding-left: 20px;
	font-size: 11px;
}

div.price_header	{ 
	float: left;
	width: 100px;
	padding-bottom: 8px;	
	font-weight: normal;
	background: #f3f2ec;
	height: 15px;
	font-size: 11px;
	vertical-align: middle;
	line-height: 20px;
	border-left: #fff solid 10px;
	padding-left: 10px;
}

div.qty	{ 
	float: left;
	width: 40px;
	padding-bottom: 8px;	
	font-weight: normal;
	height: 15px;
	font-size: 11px;
	vertical-align: middle;
	line-height: 20px;
	border-left: #fff solid 10px;
	padding-left: 10px;
}

div.qty_header	{ 
	float: left;
	width: 40px;
	padding-bottom: 8px;	
	font-weight: normal;
	background: #f3f2ec;
	height: 15px;
	font-size: 11px;
	vertical-align: middle;
	line-height: 20px;
	border-left: #fff solid 10px;
	padding-left: 10px;
}


div.finish	{ 
	float: left;
	width: 500px;
	line-height: 12px;
	padding: 5px 0 5px 5px;
	clear: both;
	display: block;
}

div.clear	{ 
	float: left;
	width: 500px;
	line-height: 12px;
	margin: 10px 0;
	clear: left;
	display: block;
	border-bottom: solid 10px #f3f2ec;
}

div.space	{ 
	float: left;
	width: 736px;
	clear: both;
}

div.spacerBlue	{ 
	float: left;
	width: 500px;
	clear: both;
	display: block;
	background: #f3f2ec;
	height: 1px;
	margin: 7px 0;
	overflow: hidden;
}

div.buy	{ 
	float: left;
	width: 500px;
	clear: both;
	font-weight: bold;
	line-height: 12px;
	padding: 10px 0 0 5px;
}


INPUT.button {
    color: #fff;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, San-serif;
    font-size: 11px;
    background-color: #88bbba; /* light green */
    border: 2px solid #5e908f; /* dark green */
    text-decoration: none;
    text-transform: uppercase;
	padding: 1px 4px;
	cursor: pointer;
}

a.button:link, a.button:visited {
    color: #fff;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, San-serif;
    font-size: 10px;
    background-color: #88bbba; /* light green */
    border: 2px solid #5e908f; /* dark green */
    text-decoration: none;
    text-transform: uppercase;
	padding: 2px 4px;
}


select  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* ============= End Checkout Styles ================= */

