@import url(layout.css);
form{
	margin:0;
	padding:0;
}
#content {
    background:#2E333B url(../images/content_bg.gif) repeat-y scroll 1px top;
    padding: 0;
    width: 883px;
}

/* Category menu styling */
#content div.menu {
    background: url(../images/academy_menu_bg.gif) 0 -1px repeat-x;
    float: left;
    width: 192px;
    border-right: 8px solid white;
}

#content div.menu h4 {
    padding: 5px 10px;
    font-size: 1em;
    color: #e06d00;
    background: url(../images/academy_menu_toplevel_bg.gif) repeat-x;
}

#content div.menu ul,
#content div.menu ul li{
    float: left;
    padding:0;
    margin: 0;
    width: 192px;
    list-style: none;
}
#content div.menu ul li.toplevel {
    background: url(../images/academy_menu_toplevel_bg.gif) repeat-x;
}
#content div.menu ul li.closed a {
    background: url(../images/academy_menu_tl_chevron.gif) 180px 50% no-repeat;
}
#content div.menu ul li ul li.current a,
#content div.menu ul li ul li a {
    margin: 0;
    padding-left: 25px;
}
#content div.menu ul li a {
    display: block;
    text-decoration: none;
    padding: 5px 15px;
}
#content div.menu ul li.open a:hover,
#content div.menu ul li.open a,
#content div.menu ul li.open {
    background: url(../images/academy_menu_tl_chevron_up.gif) 180px 50% no-repeat;
}
#content div.menu ul li.current {
    position: relative;
    background-color: white;
}
#content div.menu ul li.current a {
    padding: 5px 15px;
    color: black;
}
#content div.menu ul li.current div {
    position: absolute;
    width: 7px;
    height: 50%;
    top: 25%;
    right: -15px;
    background: url(../images/arrow_current.gif) no-repeat center;
}
#content div.menu ul li.current a:hover {
    background-color: white;
}
/* End of category menu styling */
/* Cart styling */
#content div.menu div.cart {
    padding: 10px;
}
#content div.menu div.cart table {
    background: #171a20;
    border-collapse: collapse;
    color: #1b2835;
    width: 172px;
}
#content div.menu div.cart h4 {
    background: url(../images/trolley.gif) center left no-repeat;
    padding: 5px 0 5px 20px;
    font-size: 11px;
    height: 11px;
    line-height: 11px;
    color: #e06d00;
}
#content div.menu div.cart table tr td.btns {
    background: white url(../images/cart_btn_bg.gif) no-repeat bottom left;
    vertical-align: bottom;
    padding: 0;
    margin: 0;
}
div.cart table tr td.btns form,
div.cart table tr td.btns form input {
    padding: 0;
    margin: 0;
}
div.cart table tr th {
    background: white no-repeat bottom left;
    text-align: left;
}
div.cart table tr td {
    background: white no-repeat bottom left;
}
div.cart table tr td.totalLines {
    background: url(../images/cart_tl_bg.gif) white no-repeat top left;
    padding: 5px;
    vertical-align: center;
}
div.cart table tr td.emptyTop {
    background: url(../images/cart_t_bg.gif) white repeat-x top;
}
div.cart table tr td.emptyRight {
    background: url(../images/cart_tr_bg.gif) white no-repeat top right;
}
div.cart table tr.total th {
    background: url(../images/cart_b_bg.gif) white no-repeat bottom left;
    color: #445c93;
}
div.cart table tr.total td {
    background: url(../images/cart_br_bg.gif) no-repeat bottom right;
    color: #445c93;
}

/* End of Cart styling */

#content div.main {
    width: 683px;
    float: left;
    background: url(../images/products_desc_bg.jpg) top right no-repeat;
}
#content div.main .desc {
    height: 204px;
    padding: 46px;
    padding-bottom: 0;
}
#content div.main .desc h1 {
    font-size: 24px;
    font-weight: normal;
    color: #f77112;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 5px;
}
#content div.main .desc p {
    padding: 0;
    width: 350px;
    line-height: 1.5em;
    font-size: 1em;
}
#content div.main .desc img {
    float: right;
}
#content div.main p {
    width: 450px;
    padding: 15px;
    font-size: 1em;
}


/* Product table styling */

#content div.main div.products table {
    border-collapse: collapse;
    width: 100%;
}
#content div.main div.products table tr th {
    color: black;
}
#content div.main div.products table tr th.left {
    width: 224px;
    height: 66px;
    background: url(../images/select_product_left_bg.gif) no-repeat left top;
}

/*
#content div.main table tr th.left h6 {
    width: inherit;
    font-size: 17px;
    font-weight: normal;
}
#content div.main table tr th.left p {
    width: 220px;
    padding: 0;
    margin: 0;
    font-size: 11px;
}
#content div.main table tr th.middle {
    width: 230px;
    height: 66px;
    background: url(../images/select_product_mid_bg.gif) no-repeat left top;
}
#content div.main table tr th.right {
    width: 229px;
    height: 66px;
    background: url(../images/select_product_right_bg.gif) no-repeat left top;
}
*/
#content div.main div.products table tr td {
    width: 25%;
    background: white url(../images/product_cell_bg.gif) repeat-y right;
    color: black;
    vertical-align: top;
}
#content div.main div.products table tr td div.prodDesc {
    text-align: left;
    padding: 5%;
    width: 90%;
}
#content div.main div.products table tr td div.prodDesc p {
    padding: 0;
    margin: 5px 0;
    width: 100%;
}

#content div.main div.products table tr td div.prodDesc p a {
    color: #2d4372;
    text-decoration: none;
    font-weight: bold;
}
#content div.main div.products table tr td div.prodDesc p a:hover {
    text-decoration: underline;
}
#content div.main div.products table tr td div.prodDesc p a.readMore {
	text-decoration: underline;
	font-weight: normal;
	color: #4D5392;
}
/* End of product table styling */

div.productContainer {
    float: left;
    width: 683px;
}
div.spec {
    float: left;
    background-color: white;
    width: 262px;
    color: black;
    border-collapse: collapse;
}
div.spec h3 {
    color: #34476f;
    background: url(../images/row_bottom_bg.gif) bottom left repeat-x;
    padding: 5px;
    width: 225px;
}
div.spec table {
    width: 235px;
    padding: 0;
    margin: 0;
}
div.spec table th {
    color: #34476f;
    text-align: left;
    background: url(../images/row_bottom_bg.gif) bottom left repeat-x;
    padding: 4px 0;
}
div.spec table td {
    text-align: left;
    background: url(../images/row_bottom_bg.gif) bottom left repeat-x;
    padding: 4px 0;
}

h1.product {
    background: url(../images/product_title_bg.jpg) no-repeat top left #fe5a05;
    width: 321px;
    height: 33px;
    padding-left: 100px;
    padding-top: 23px;
    padding-bottom: 10px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    line-height: 1em;
    font-size: 20px;
}

div.product {
    float: left;
    width: 421px;
}

p.info,
div.product div.info,
div.product div.cost {
    padding: 10px 30px;
}
#content div.product div.info p {
    font-size: 1em;
}
div.cost form{
    padding: 0 0 0 30px;
    color: black;
}
div.cost form label {
    padding-right: 2em;
    font-weight: bold;
}
div.cost form,
div.cost form img,
div.cost form input {
    display: inline;
}

div.buy {
    background: url(../images/speechbbl_bl.gif) white bottom left no-repeat;
}
div.buyOuter {
    background: url(../images/speechbbl_br.gif) bottom right no-repeat;
    border-bottom: #2E333B 1px solid;
}
div.buyInner {
    background: url(../images/speechbbl_tl.gif) top left no-repeat;
}
div.buyInner div {
    background: url(../images/speechbbl_tr.gif) top right no-repeat;
    padding: 5px;
}
table.productCategories{
	width:100%;
}
table.productCategories td{
	text-align:center;
	width:33%;
	padding:0;
}
table.productCategories td a{
	cursor:pointer;
}
table.productCategories td a{
	padding:5px;
	color:#FF9900;
	text-decoration:none;
}
table.productCategories td a:hover {
	text-decoration:underline;
}
table.productCategories td div.title{
	padding:5px;
}
table.productCategories td div.image{
	height:100px;
	background-color:#000000;
}
.addToCart {
	font-weight: normal;
}
table.poolSpecs {
    margin: 10px 30px;
    padding-bottom: 0;
}
table.poolSpecs th {
    font-weight: normal;
}
div#ProductImages {
	width:248px;
	background: url(../images/product_thumb_bg.jpg) 0 0px repeat-x #000;
	padding: 0 0 0 5px;
}
div.imageThumb {
	float: left;
	width: 57px;
	height: 57px;
	margin: 5px 5px 5px 0;
	background: center no-repeat white;
}

#ProductToBuyPrice {
    color: #C03;
}
