/* Copyright 2011, Flight-Attendant-School.com. All Rights Reserved. */

html,body {
height:100%;
min-height:100%;
text-align:center;
background:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-top:5px;
margin-bottom:-1.2em;
padding:0
}

#container {
background-color:#FFF;
width:800px;
margin-right:auto;
margin-left:auto;
text-align:left;
padding:0
}

#contentheader {
background-image:url(images/site/page-top.gif);
background-repeat:no-repeat;
height:77px;
width:800px
}

#content_left {
margin-top:0;
padding-top:5px;
background:#fff url(images/site/page-middle.gif);
background-repeat:repeat-y;
height:765px;
width:800px
}

#content_title {
margin-left:135px;
width:530px;
height:40px;
color:#666;
text-align:right
}

#content_breadcrumbs {
margin-left:135px;
width:530px;
height:20px;
padding-bottom:10px;
color:#666;
font-size:12px;
text-align:left
}

#store_breadcrumbs {
	text-align: right;
	padding:0 5px 5px 0;
	font-size:11px;
}

#content {
float:left;
width:525px;
text-align:left;
height:580px;
overflow:auto;
padding-right:5px;
margin:0 0 15px 135px
}

#ad_footer {
float:left;
margin-left:135px;
width:530px;
height:70px;
text-align:center
}

#pre_footer {
float:left;
margin-left:135px;
width:530px;
height:30px;
color:#666;
font-weight:700;
text-align:center
}

#content_footer {
clear:both;
margin-top:0;
padding-top:5px;
background-image:url(images/site/page-footer.gif);
background-repeat:no-repeat;
background-color:#FFF;
height:82px;
width:800px
}

h1 {
font-size:16px;
font-weight:700
}

h2 {
font-size:14px;
font-weight:700
}

h3 {
font-size:12px;
font-weight:700
}

p {
font-size:12px
}

.white {
color:white;
font-size:12px;
}

.main_text {
text-align:left;
font-size:12px;
font-style:normal;
font-weight:400;
font-variant:normal
}

.main_text_padded {
text-align:center;
font-size:12px;
font-style:normal;
font-weight:400;
font-variant:normal;
padding:5px
}

.floated_text {
float:left;
text-decoration:none
}

#text_left_margin {
margin-left:25px;
text-decoration:none
}

a:hover {
color:#000;
text-decoration:underline
}

.buttons {
font-size:14px;
font-weight:700;
padding:5px
}

.small {
color:#000;
font-size:10px;
font-weight:700;
line-height:2em
}

.small_normal {
color:#000;
font-size:10px
}

.small_text {
color:#FFF;
font-size:10px;
font-weight:700
}

a:link,a:visited,a:active {
color:#73150D;
text-decoration:none
}

.black_links,.black_links a:link,.category a:visited {
color:#000;
text-decoration:none
}

/* --------------- Images --------------- */

	img {
		border:none;
		}

	.img_center {
		display:block;
		margin-left:auto;
		margin-right:auto;
		}
		
	.img_gallery {
   		padding:1px;
   		border:1px solid #730808;
		}

/* --------------- Store --------------- */

	/* Product Wrapper */
	.product{
		position:relative;
				width:450px;
		}

	.product_image {
		float:left;
		width:160px;
		}

	.product_text{
		margin-left:160px;
		width:290px;
		padding-bottom:10px;
		}

	.price_row {
		clear:both;
		width:450px;
		text-align:right;
		font-size:12px;
		font-weight:bold;
		padding:0 0 10px
		}

	.discount {
		margin-right:35px;
		font-weight:normal;
		text-decoration:line-through
		}

	.product_footer {
		text-align:right;
		padding-bottom:15px
		}
		
/* --------------- Product Details --------------- */

	.product_detail_prev {
		float:left;
		width:366px;
		text-align:right;
		margin-bottom:10px;
		}

	.product_detail_add_cart {
		float:left;
		text-align:right;
		}
