body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#25274E;
}

h1 {
	font-family:'Palatino','Lucida Grande','Lucida','Verdana',sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#000000;
	margin: 0 0 6px 0;
	padding:0;
}

h2 {
	font-family:'Palatino','Lucida Grande','Lucida','Verdana',sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#2980D1;
	margin:0 0 6px 0;
	padding:0;
}

img {
	border:none;
}

a:link, a:visited {
	color: #2980D1;
	text-decoration: none;
	font-weight: normal;
}
a:hover, a:active {
	color: #25274E;
	text-decoration: underline;
	font-weight: normal;
}

.error{
	color:#2980D1;
	background-color:#fff;
	padding:5px;
	font-weight:bold;
	border-left:2px solid #fee335;
}

/*==/ HEADER /==*/


/*==/ SIDEBAR /==*/


/*==/ BODY CONTENT /==*/

div.sponsors {
	margin: 0 0 10px 0;
}

body.home div.content-container {
	margin: 0 4px 0 4px;
	padding: 20px 0 20px 0;
	border-top: 1px solid #2B52A3;
}

div.bodycontent {
	margin: 0 15px 0 15px;
}

div.bodycontent-product {
	margin: 40px;
}

div.bodycontent-cart {
	margin: 40px;
}

div.bodycontent-checkout {
	margin: 40px;
}

p.entry {
	font-size: 13px;
	margin: 0 0 15px 0;
}

p.prize {
	font-size: 13px;
	margin: 0 0 45px 0;
}

p.terms {
	font-size: 11px;
	margin: 0 0 15px 0;
}

p.price {
	font-size: 14px;
	font-weight:bold;
	color: #2B52A3;
	margin: 10px 0 10px 0;
}

div.header-logo {
	margin: 0;
}

ul#buttons{
	margin:25px 0 0 0;
	padding:10px 0 0 0;
	height:100px;
	list-style-type:none;
	clear:both;
	border-top: 1px solid #2B52A3;
	/*display:none;*/
	}
ul#buttons li{
	display:inline;
	}
ul#buttons li a{
	display:block;
	padding:5px 10px 5px 10px;
	clear:none;
	text-decoration:none;
	margin:0;
	background-color:#fff;
	float:left;
	text-align:center;
	}
ul#buttons li a:hover{
	background-color:#E5DFC7;
	}
ul#buttons li.checkout a,
ul#buttons li.placeorder a{
	float:right;
	width:157px;
	height:48px;
	background-repeat:no-repeat;
	background-position:top left;
	overflow:hidden;
	text-indent:-100em;
	padding:0;
	}
ul#buttons li.checkout a{
	background-image:url(checkout_button.jpg);
	}
ul#buttons li.placeorder a{
	background-image:url(placeorder_button.jpg);
	}
ul#buttons li.checkout a:hover,
ul#buttons li.placeorder a:hover{
	background-position:0 -48px;
	}

div#homebutton{
	text-align:left;
	margin:25px 0;
}
div#homebutton a{
	padding:5px;
	text-align:center;
	background-color:#fff;
	text-decoration:none;
}

table#cart {
	/*width:100%;*/
	padding:0;
	margin:0 0 25px 0;
	background-color:#fff;
	border-top: 2px solid #2B52A3;
	border-bottom: 2px solid #2B52A3;
	}
table#cart tr{
	}
table#cart tr th{
	text-align:left;
	padding:5px;
	border-bottom:1px solid #ccc;
	}
table#cart tr td{
	text-align:left;
	padding:5px;
	}

/*==/ FOOTER /==*/

div.footer {
	margin: 8px 0 20px 0;
}

div.footer p {
	color: #FFFFFF;
	margin: 0;
}

div.footer a:link, div.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
div.footer a:hover, div.footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

/*==/ FORMS /==*/

form#orderbox{
	float:right;
	width:175px;
	height: 95px;
	margin-left:25px;
	background:url(product_purchase_bg.gif) no-repeat top left;
}

form#orderbox fieldset label{
    float:none;
	width: 10px;
}

form#orderbox fieldset{
    margin:.5em 0; padding:1em;
    border:0;
    border-top:none;
    background-color:transparent;
}

form{
    margin:1em 0 2em 0;
}

form fieldset{
    margin:.5em 0; padding:1em;
    border:0;
    border-top:1px solid #2B52A3;
    background-color:#A4C9EB;
}

form fieldset div{
    clear:both;
    margin:.25em 0
}

form fieldset legend{
    font-weight:bold;
    color:#333;
    margin:0; padding:0;
}

form fieldset label{
    float:left;
    width:12em;
}

form fieldset label input,
form fieldset label select,
form fieldset label textarea{
    margin-left:12em;
}
body.checkout form fieldset div input{
    width:18em;
}
form fieldset.inline div label{
    display:inline;
    margin:0;
    padding:0;
    float:none;
    width:auto;
    font-weight:bold;
}
form fieldset.inline div input{
    display:inline;
    width:auto;
    margin:0;
    padding:0;
    vertical-align:middle;
}

.required{
    font-weight:bold;
}

/*=== Tables ==================================================================*/

table#ordersummary {
    margin:1em 0 2em 0;
    border:1px solid #ee0;
    border-collapse:collapse;
}

table#ordersummary tr th,
table#ordersummary tr td{
    padding:5px;
    vertical-align:top;
    text-align:left;
    border:1px solid #ee0;
}
table#ordersummary thead tr th{ white-space:nowrap; }

table#ordersummary thead tr th,
table#ordersummary tbody tr th,
table#ordersummary tfoot tr td,
table#ordersummary tfoot tr th{
    background-color:#ffc;
}

table#ordersummary thead th{ xborder:0; }

table#ordersummary tfoot tr th,
table#ordersummary tfoot tr td{
    font-weight:bold;
    text-align:right;
}

/*==/ RECEIPT /==*/

/*pre#receipt{
	width:600px;
	margin: 0 0 0 40px;
}*/