

/* structure of the page, layout, columns, etc... */
.clear
{
	display: block;
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
.textOnly
{
	display: block;
	position: absolute;
	left: -999em;
}

html, body
{
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	text-align: center;
}
#Document
{
	width: 1004px;
	margin: 0 auto;
	text-align: left;
}
#Document2
{
	width: 1004px;
	margin: 0 auto;
	text-align: left;
}

/* Popup window */
#BlackBackground
{
	width: 100%;
	height: 150%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	background-color: #000000;
	z-index: 100;
}
#PopupWindow h2
{
	text-align:left;
	color:#171717
}
#PopupWindow
{
	width: 60%;
	height: 500px;
	position: absolute;
	left: 20%;
	top: 250px;
	z-index: 200;
	background-color: #fff;
}
#PopupWindow .popupWindowInner
{
	padding: 40px 40px 20px 40px;
}
#PopupWindow #ControlBar
{
	width: 100%;
	height: 17px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#PopupWindow #ControlBar a
{
	width: 67px;
	height: 17px;
	display: block;
	float: right;
	background: #ffffff url( 'ui/images/themes/default/closePopup.gif' ) no-repeat left top;
}
#PopupWindow #PopupContentContainer
{
	height: 403px;
	overflow-y: scroll;
	border: solid 1px #cccccc;
}
#PopupWindow #PopupContent
{
	padding: 20px;
}

/* Plate creator layout */
#PlateControls
{
	width: 300px;
	min-height: 500px;
	float: left;
	margin-left:20px;
	margin-top:20px;
}
#PlateImages
{
	width: 570px;
	float: right;
}
#PlateControlsAccordion
{
	width: 300px;
}

/* Basket layout */
.basket
{
	text-align: center;
}
.basket .noItems
{
	margin: 50px auto;
	font-weight: bold;
}
.basket #Buttons
{
	margin-bottom: 30px;
}
#basketTable
{
	width: 800px;
	margin: 30px auto;
	text-align: center;
}




/* colours used:

#000 - black
#171717 - really dark grey
#333 - dark grey
#999 - grey
#ccc - light grey
#fff - white
#fc3 - yellow
#039 - blue

*/

body {
	margin: 0px;
	background: #171717 url('ui/images/bg_main_tile.gif') repeat top left;
	color: #ccc;
	font-family: Helvetica, Arial, sans-serif;
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size: 11px;
	line-height: 2.5ex;
}

strong {
	color: white;
	font-weight: bold;
}

h1,h2,h3 {
	color: #fc3;
	font-family: Helvetica;
	font-weight: bolder;
}
/* CLEARFIX */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    width: 100%;
}

a img {
	border: none;
}

a {
	color: #fc3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.clearfix {
    display: inline-block;
    width: 100%;
    height: auto;
}

html[xmlns] .clearfix {
    display: block;
    width: 100%;
    height: auto;
}

* html .clearfix {
    height: 1%;
    width: 100%;
}


#container1 {
	background-image: url('ui/images/bg_top_tile.gif') ;
	background-repeat: repeat-x;
	width: 100%;
	height: 380px;
	margin: 0px;
	padding-top: 20px;
}


#container2 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;

}

/* NAV BAR */

#navBar {
	height: 15px;
	float: left;
	padding: 40px 0px 0px 30px;
}

#navBar ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

#navBar ul li { float: left; }

#navBar ul li a
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	float: left;
	height: 15px;
	margin: 0px;
	padding: 0px;
	width: 80px;
	text-align: center;
}
/* hax0r the widths of the nav buttons */
#navBar ul li #homenav {
	width: 60px;
}
#navBar ul li #dypnav {
	width: 120px;
}
#navBar ul li #samplesnav {
	width: 100px;
}
#navBar ul li #accnav {
	width: 100px;
}
#navBar ul li #aboutnav {
	width: 70px;
}
#navBar ul li #newsnav {
	width: 60px;
}


#navBar li a:hover
{
	color: #fff;
}

#navBar ul li a.current {
	color: #fc3;
}


/* homepage, top box */
#container2 #b1_top {
	background-image: url('ui/images/topbox_top_900.gif');
	background-repeat: no-repeat; 
	background-position: top left;
	height: 6px;
	/*width: 900px;*/
	width: 100%;
}
#container2 #b1_middle {
	background-color: #000;
	background-image: url('ui/images/topbox_bg.jpg');
	background-repeat: no-repeat;
	background-position: 5px 0px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	/*width: 898px;*/
	width: 100%;
	height: 238px;
}
#container2 #b1_bottom {
	background-image: url('ui/images/topbox_bottom_900.gif');
	background-repeat: no-repeat; 
	background-position: bottom left;
	height: 6px;
	/*width: 900px;*/
	width: 100%;
}
#logo { 
	float: left;
	padding: 10px 0px 0px 10px; 
}
#mainHeadingHome, #mainHeadingDYP, #mainHeadingSamples, 
#mainHeadingAcc, #mainHeadingAbout, #mainHeadingNews,
#mainHeadingPrivacy, #mainHeadingSitemap {
	background-repeat: no-repeat;
	background-position: 0px 10px;
	width: 500px;
	height: 50px;
	margin-left: 20px;

}
#mainHeadingHome {
	background-image: url('ui/images/main_heading_home.gif');
	float: left;
	padding-top: 50px;	
}
#mainHeadingDYP {
	background-image: url('ui/images/main_heading_dyp.gif');
	float: left;
	padding-top: 50px;
	text-align:left;	
}
#mainHeadingSamples {
	background-image: url('ui/images/main_heading_samples.gif');
}
#mainHeadingAcc {
	background-image: url('ui/images/main_heading_acc.gif');
}
#mainHeadingAbout {
	background-image: url('ui/images/main_heading_about.gif');
}
#mainHeadingNews {
	background-image: url('ui/images/main_heading_news.gif');
}
#mainHeadingPrivacy {
	background-image: url('ui/images/main_heading_privacy.gif');
}
#mainHeadingSitemap {
	background-image: url('ui/images/main_heading_sitemap.gif');
}

h1 {
	display: none;
}
#mainHeadingHome p {
	font-size: 12px;
}
#sticker {
	background-image: url('ui/images/sticker.gif');
	background-repeat: no-repeat;
	background-position: 20px 0px;
	width: 102px;
	height: 106px;
	float: left;
	padding: 0px 20px 0px 20px;
}
#sticker * {
	display: none;
}
#oneTwoThreeText {
	background-image: url('ui/images/123text.gif');
	background-repeat: no-repeat;
	width: 206px;
	height: 106px;
	float: left;
}
#oneTwoThreeText * {
	display: none;
}

.spacer {
	height: 10px;
}

/* homepage, main box */
#container2 #b2_top {
	background-image: url('ui/images/topbox_top_900.gif');
	background-repeat: no-repeat; 
	background-position: top left;
	height: 6px;
	/*width: 900px;*/
	width: 100%;
}
#container2 #b2_middle {
	background-color: #000;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	/*width: 898px;*/
	width: 100%;
}
#container2 #b2_bottom {
	background-image: url('ui/images/topbox_bottom_900.gif');
	background-repeat: no-repeat; 
	background-position: bottom left;
	height: 6px;
	/*width: 900px;*/
	width: 100%;
}

#internal_col1 {
	width: 430px;
	padding: 20px 10px 20px 20px;
/*	border: 1px solid blue; */
	float: left;
}
#internal_col2 {
	width: 400px;
	padding: 20px 20px 20px 10px;
/*	border: 1px solid red; */
	float: left;
}

/* internal box 1 */
.b3_top {
	background-image: url('ui/images/darkgreybox_top_400.gif');
	background-repeat: no-repeat; 
	background-position: top left;
	height: 5px;
	width: 400px;
}
.b3_middle {
	background-color: #171717;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	width: 378px;
	padding: 10px;
}
.b3_bottom {
	background-image: url('ui/images/darkgreybox_bottom_400.gif');
	background-repeat: no-repeat; 
	background-position: bottom left;
	height: 5px;
	width: 400px;
}
/* internal box 2 */
.b4_top {
	background-image: url('ui/images/greybox_top_400.gif');
	background-repeat: no-repeat; 
	background-position: top left;
	height: 5px;
	width: 400px;
}
.b4_middle {
	background-color: #333;
	width: 360px;
	padding: 5px 20px 5px 20px;
}
.b4_bottom {
	background-image: url('ui/images/greybox_bottom_400.gif');
	background-repeat: no-repeat; 
	background-position: bottom left;
	height: 5px;
	width: 400px;
}

#ukn1 {
	background-image: url('ui/images/ukn1text.gif');
	background-repeat: no-repeat;
	width: 380px;
	height: 32px;
}
#ukn1 h2 {
	display: none;
}

#secureBox {
	background-image: url('ui/images/padlock.gif');
	background-repeat: no-repeat;
	background-position: 10px 5px;
	padding-left: 48px;
	width: 340px;
}
#oneHundredPercentText {
	background-image: url('ui/images/100percenttext.gif');
	background-repeat: no-repeat;
	float: left;
	height: 41px;
	width: 170px;
}
#oneHundredPercentText * {
	display: none;
}

#paymentText {
	float: left;
	padding: 0px 5px 0px 10px;
}
#paymentText p {
	color: #fc3;
	padding: 0px;
	margin: 0px;
}

#checkoutLogos {
	float: left;
}
#checkoutLogos p {
	display: none;
}

.ticklist { list-style-type: none; padding: 0px; margin: 0px; }
.ticklist li { 
	padding: 5px 20px 10px 60px;
	height: 50px; 
	background: url(ui/images/tickbutton.gif) no-repeat 0px 0px; 
}


/* footer */
#container2 #footer_top {
	background-image: url('ui/images/greybox_top_900.gif');
	background-repeat: no-repeat; 
	background-position: top left;
	height: 5px;
	/*width: 900px;*/
	width: 100%;
}
#container2 #footer_middle {
	background-color: #333;
	/*width: 870px;*/
    width: 100%;
	height: 23px;
	padding: 0px 15px 0px 15px;
}
#container2 #footer_middle #footer_left {
	width: 600px;
	height: 10px;
	float:left;
	vertical-align: top;
}
#container2 #footer_middle #footer_right {
	width: 270px;
	height: 10px;
	float:left;
	text-align: right;
}
#container2 #footer_bottom {
	background-image: url('ui/images/greybox_bottom_900.gif');
	background-repeat: no-repeat; 
	background-position: bottom left;
	height: 5px;
	width: 900px;
}
#container2 #footer_middle #footer_left #copyright {
	float: left;
	padding: 3px 20px 0px 0px;
}
#container2 #footer_middle #footer_left #validLogos {
	float:left;
	padding: 4px 0px 0px 0px;
}
#container2 #footer_middle #footer_left #validLogos img {
	padding-right: 10px
}
/* footer nav */
#container2 #footer_middle #footer_right ul {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	list-style-type: none;
	text-align: left;
}

#container2 #footer_middle #footer_right ul li { float: left; }

#container2 #footer_middle #footer_right ul li a
{
	color: #ccc;
	float: left;
	height: 15px;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	text-align: center;
}
#container2 #footer_middle #footer_right ul li a:hover {
	color: #fff;
}


/* internal page top box */
#container2 #b1_middle2 {
	background-color: #000;
	background-image: url('ui/images/topbox_bg2.jpg');
	background-repeat: no-repeat;
	background-position: 5px 0px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	/*width: 898px;*/
	width: 100%;
	height: 88px;
}

.maincontent {
	padding: 1px 20px 0px 20px ; margin: 0px; border: none;
}

/* shopping cart  bar */
#container2 .greyBar_top {
	background-image: url('ui/images/greybox_top_900.gif');
	background-repeat: no-repeat; 
	background-position: top left;
	height: 5px;
	/*width: 900px;*/
	width: 100%;
}
#container2 .greyBar_middle {
	background-color: #333;
	/*width: 870px;*/
	width: 100%;
	height: 15px;
	padding: 0px 15px 0px 15px;
	text-align: right;
}
#container2 .greyBar_bottom {
	background-image: url('ui/images/greybox_bottom_900.gif');
	background-repeat: no-repeat; 
	background-position: bottom left;
	height: 5px;
	/*width: 900px;*/
	width: 100%;
}

.message
{
	text-align: center;
	padding: 10px;
	font-size: 120%;
	font-weight: bold;
}
.message p
{
	font-weight: bold;
}
.error
{
	color: red;
}

/* Loading image */
.ajaxLoading
{
	width:16px;
	margin-right:25px;
	height: 16px;
	display: block;
	background: #000 url( 'ui/images/themes/default/ajaxLoader.gif' ) no-repeat top left;
}

/* Popup window */
#PopupWindow #PopupContent .backgroundImageContainer
{
	width: 122px;
	height: 160px;
	margin: 5px;
	padding: 12px;
	background-color: #333;
	float: left;
	text-align: center;
	cursor: pointer;
}
#PopupWindow #PopupContent .backgroundImageContainer .image
{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	background-color: #ffffff;
}
#PopupWindow #PopupContent .backgroundImageContainer .label
{
	margin: 10px 0;
	font-size: 100%;
	color: #ffffff;
	text-align: center;
}

#PopupWindow #PopupContent .badgeImageContainer
{
	width: 122px;
	height: 190px;
	margin: 5px;
	padding: 12px;
	background-color: #333;
	float: left;
	text-align: center;
	cursor: pointer;
}
#PopupWindow #PopupContent .badgeImageContainer .image
{
	width: 100px;
	height: 125px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
#PopupWindow #PopupContent .badgeImageContainer .label
{
	margin: 10px 0;
	font-size: 75%;
	color: #ffffff;
	text-align: center;
}
#PopupWindow #PopupContent .badgeImageContainer .image img.selectNone
{
	background: #ffffff;
}

#PopupLoading
{
	margin-top: 120px;
	text-align: center;
}


#Document
{
	margin: 20px auto 0 auto;
	border: solid 1px #000000;
	background-color: #c9c9c9;
	min-height: 600px;
}
#Document2
{
    margin: 20px auto 0 auto;
	border: solid 1px #000000;
	min-height: 600px;
}
#DocumentInner
{
	padding: 10px;
}
#Header
{
	border-bottom: solid 8px #576C7F;
}
#Header h1.logo
{
	width: 426px;
	height: 91px;
	display: block;
	background: #c9c9c9 url( 'ui/images/themes/default/logo.gif' ) no-repeat top left;
}
#Header h1.logo a
{
	width: 462px;
	height: 91px;
	display: block;
}
#DocumentContainer
{
	margin: 5px 0;
	border: solid 1px #666C72;
	min-height: 469px;
	background-color: #ffffff;
}
.ulHorz
{
     list-style:none;
}
.ulHorzLi
{
    margin-left:0px;
    margin-right:0px;
    text-decoration:none;
    font-size:10px;
    float:left;
}
.linkClassAdmin
{
    padding:5px;
     padding-right:10px;
    padding-left:10px;
    margin:0px;
    text-decoration:none;
    color:#004c76;
    font-size:14px;
}
.linkClassAdmin:hover
{
    padding:5px;
    padding-right:10px;
    padding-left:10px;
    margin:0px;
    text-decoration:none;
    color:White;
    background-color:#004c76;
    font-size:14px;
}
.linkClassAdminSelected
{
    padding:5px;
    margin:0px;
    text-decoration:none;
    color:White;
    background-color:#004c76;
    font-size:14px;
}
#MenuBar
{
	background-color: #FFFF00;
	line-height: 28px;
	font-size: 70%;
	font-weight: bold;
	text-align: right;
}
.MenuBar
{
	background-color: #FFFF00;
	line-height: 28px;
	height:28px;
	font-size: 70%;
	font-weight: bold;
	text-align: right;
}

/* Options menu */
.accordionToggle
{
	height: 38px;
	margin: 0;
	padding: 0 10px 0 42px;
	border-bottom: solid 1px #ffffff;
	line-height: 38px;
	display: block;
	background: #333 url( 'ui/images/themes/default/accordionToggle.gif' ) no-repeat 12px 9px;
	color: #ffffff;
	cursor: pointer;
}
h3.accordionToggle
{
	font-size: 120%;
	text-align:left;
}
.divPreviewDescStyle A
{
    color:#fc3;
}
.accordionToggleActive
{
	border-bottom: solid 3px #fc3;
	background: #333 url( 'ui/images/themes/default/accordionToggleActive.gif' ) no-repeat 12px 9px;
}
.accordionContent
{
	font-size: 100%;
	color: #171717;
	background-color: #ccc;
	overflow: hidden;
}

.accordionContent .contentRow
{
	margin: 0;
	padding: 0 10px;
	border-bottom: solid 1px #6C7A95;
	line-height: 36px;
}
.accordionContent .label
{
	width: 80px;
	display: block;
	float: left;
	color: #171717;
	text-align:left;
}
.accordionContent .value
{
	max-width: 300px;
	padding-top: 8px;
	display: block;
	float: right;
	text-align: right;
}
.accordionContent .labellarge
{
	width: 150px;
	display: block;
	float: left;
	color: #171717;
	text-align:left;
}
.accordionContent .valuesmall
{
	width: 120px;
	padding-top: 8px;
	display: block;
	float: right;
	text-align: right;
}
.accordionContent .value .textbox
{
	width: 180px;
}
.accordionContent .value .dropdownlist
{
	width: 183px;
}
.select-box{vertical-align:middle;}
.select-box select{width:183px;}
.accordionContent .value .button
{
	float: right;
}

#ShowDesign
{
	margin-top: 20px;
	text-align: right;
}


/* Plate images */
#StatusBar
{
	margin: 20px 0;
	padding: 0 30px 0 70px;
	text-align: right;
	height:16px;
}
#StatusBar .loadingStatus
{
	float: right;
}
.theButtons
{
	margin-right:35px;
	float: right;
	text-align:right;
}
#StatusBar .buttons .imageButton
{
	margin: 0 10px;
	
}

#Images
{
	margin-top: 20px;
	text-align: center;
}
#Price
{
	color:#ccc;
	margin: 20px 0 50px 0;
	padding: 0 40px;
	text-align: right;
	font-weight: bold;
	font-size: 200%;
}
#PlateLoading
{
	text-align: center; /*margin-top:50px;*/
}


/* Basket */
#BasketPage
{
	/*margin:0 90px;*/
	margin: 0 10px;
}
#BasketPage table
{
	width: 100%;
	border: solid 1px #ccc;
	text-align: left;
	background-color: #000;
}
#BasketTable tr th, #BasketTable tr td
{
	padding: 10px 15px;
	border-left: solid 1px #333;
	border-top: solid 1px #333;
}
#BasketTable tr.headerRow th, #BasketTable tr.headerRow td
{
	border-top: 0;
}
#BasketTable tr th.firstCol, #BasketTable tr td.firstCol
{
	border-left: 0;
}

#BasketTable tr th
{
	color: #000;
	background-color: #ccc;
	font-weight: bold;
}
#BasketTable tr th.productFieldDetails, #BasketTable tr td.productFieldPrice
{
	color: #ccc;
	background-color: Transparent;
}

#BasketTable tr td.productFieldImage
{
	text-align: center;
}
#BasketTable tr th.productFieldDetails .name
{
	font-weight: bold;
}
#BasketTable tr td.productFieldQuantity input.quantityTextbox
{
	width: 40px;
}

#BasketTable tr td.productFieldQuantity, #BasketTable tr td.productFieldSubtotal
{
	font-weight: bold;
	text-align: right;
}

div.basketTotal
{
	margin: 5px 0;
	padding: 17px 15px 13px 15px;
	color: #fc3;
	background-color: #333;
	font-size: 150%;
	font-weight: bold;
	text-align: right;
}

#BasketButtons
{
	margin: 25px 11px;
}
#BasketButtons .continueShopping
{
	float: left;
	width: 250px;
}
#BasketButtons .checkoutButtons
{
	float: right;
	width: 600px;
}

#BasketButtons .checkoutButton
{
	float: right;
	width: 80px;
	text-align: right;
}
#BasketButtons .checkoutButtonDivider
{
	float: right;
	width: 80px;
	padding: 10px 0 0 15px;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}
#BasketButtons #GoogleCheckoutButton
{
	width: 180px;
}
#BasketButtons #PayPalCheckoutButton
{
	width: 180px;
}



/* Generating images */
#ProgressPage
{
	color:White;
	padding-top: 10px;
	text-align: center;
}
#PlateGenerating
{
	/*padding-top: 20px;*/
	margin-left:50%;
	color:White;
}
#ProgressWrapper
{
	padding: 10px 10px 10px 30px;
	color:White;
}
.progressContainer
{
	margin: 0 auto;
	color:White;
}
.progressStep
{
	height: 50px;
	float: left;
	border: solid 1px #000000;
	color:White;
}
#Error
{
	display: none;
}
.error
{
	font-weight: bold;
	color: #ff0000;
}


/* Checkout 
#CheckoutPage								{ padding:0 100px; }

#CheckoutPage .checkoutButtons							{ width:200px; float:right; text-align:right; margin:0 0 50px 0; }
#CheckoutPage .checkoutButton								{ width:200px; margin:20px auto; }

#CheckoutPage .label						{ width:300px; padding:2px; float:left; }
#CheckoutPage .value						{ width:300px; padding:2px; float:left; }
#CheckoutPage .value .textbox				{ width:290px; }
#CheckoutPage .error						{ width:100px; padding:2px; float:left; }
*/


/* ================================================================= */
/* Admin */
#DocumentContainer.adminContainer
{
	
}
#AdminInner
{
	margin: 0 10px;
	padding: 0;
	border: 0;
}
#Menu
{
    background: #ffffff url( 'ui/images/themes/default/adminContainer.gif' ) repeat-y left top;
    min-height:469px;
    height:auto !important;
    height:469px;
	width: 290px;
	float: left;
}
.menu3
{ background: #ffffff url( 'ui/images/themes/default/adminContainer.gif' ) repeat-y left top;
    min-height:469px;
    height:auto !important;
    height:469px;
	width: 290px;
	float: left;
}
#Menu ul li
{
	margin: 5px 0;
}
.menu3 ul li
{
	margin: 5px 0;
}

.menu3 .numberOfOrders
{
	font-weight: bold;
}
#Menu .numberOfOrders
{
	font-weight: bold;
}
#AdminContent
{
	width: 662px;
	float: left;
	font-size: 85%;
}
.selectCategory, .noResults
{
	margin: 50px 0;
	text-align: center;
}

/* Orders List  */
#OrderListTable
{
	width: 100%;
	border: solid 1px #C6CBC7;
	text-align: left;
}
#OrderListTable tr th, #OrderListTable tr td
{
	padding: 10px 15px;
	border-left: solid 1px #C6CBC7;
	border-top: solid 1px #C6CBC7;
}
#OrderListTable tr.headerRow th, #OrderListTable tr.headerRow td
{
	border-top: 0;
}
#OrderListTable tr th.firstCol, #OrderListTable tr td.firstCol
{
	border-left: 0;
}
#OrderListTable tr th
{
	color: #ffffff;
	background-color: #014C76;
	font-weight: bold;
}
#OrderListTable tr th.orderIdField
{
	color: #000000;
	background-color: Transparent;
}
#OrderListTable tr td.orderTotalField
{
	font-weight: bold;
	text-align: right;
}
#OrderListTable tr th.orderIdField a
{
	font-weight: bold;
}

/* Order Details */
#OrderDetailsContainer .label
{
	width: 300px;
	float: left;
	font-weight: bold;
}
#OrderDetailsContainer .value
{
	width: 300px;
	float: left;
}

/* Order Items */
#OrderItemsTable
{
	width: 100%;
	border: solid 1px #C6CBC7;
	text-align: left;
}
#OrderItemsTable tr th, #OrderItemsTable tr td
{
	padding: 10px 15px;
	border-left: solid 1px #C6CBC7;
	border-top: solid 1px #C6CBC7;
}
#OrderItemsTable tr.headerRow th, #OrderItemsTable tr.headerRow td
{
	border-top: 0;
}
#OrderItemsTable tr th.firstCol, #OrderItemsTable tr td.firstCol
{
	border-left: 0;
}
#OrderItemsTable tr th
{
	color: #ffffff;
	background-color: #014C76;
	font-weight: bold;
}
#OrderItemsTable tr th.detailsField
{
	color: #000000;
	background-color: Transparent;
}
#OrderItemsTable tr th.detailsField .name
{
	font-weight: bold;
}
#OrderItemsTable tr td.imageField
{
	text-align: center;
}
#OrderItemsTable tr td.quantityField, #OrderItemsTable tr td.subtotalField
{
	font-weight: bold;
	text-align: right;
}

#OrderTotal
{
	margin: 5px 0;
	padding: 17px 15px 13px 15px;
	color: #024B6C;
	background-color: #DDDDDD;
	font-size: 125%;
	font-weight: bold;
	text-align: right;
}
#Total, #yellow
{
	color:#fc3;
}

/* PayPal */
#ErrorPage h2
{
	text-align: center;
	margin: 50px;
}
#OrderCompletePage .thankyou
{
	text-align: center;
	padding: 40px;
	color:#fc3;
	font-size:200%;
	margin:0px;
}
#OrderSummaryPage
{
	font-size: 100%;
	margin: 0 10px;
}
#OrderSummaryPage table
{
	width: 100%;
	border: solid 1px #C6CBC7;
	text-align: left;
}
#OrderSummaryPage .row
{
}
#OrderSummaryPage .row .label
{
	width: 200px;
	padding: 2px;
	float: left;
	font-weight: bold;
	text-align:left;
}
#OrderSummaryPage .row .value
{
	width: 600px;
	padding: 2px;
	float: left;
	text-align:left;
}
#OrderSummaryPage .payButton
{
	text-align: right;
	margin-right:35px;
}
#OrderSummaryPage .
.payButton,.payButtonBottom
{
	margin: 10px 35px 50px 0px;
}
#OrderSummaryPage .
.payButton,.payButtonTop
{
	margin: 10px 0;
}


/* Print stylesheet */
