/* theme.css contains styles that support different sizes of theme images */
@import url("theme.css");

/* begin general styles for all themes */
body {
	margin: 15px 0px;
	padding: 0px;
	background: #ffffff; 
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
form {
	margin: 0px;
}
a:link {
	color: #0066ff;
	text-decoration: none;
}
a:visited {
	color: #0066ff;
	text-decoration: none;
}
a:hover {
	color: #777777;
	text-decoration: underline;
}
a:active {
	color: #777777;
	text-decoration: none;
}

a.checkout-checkoutbg {
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	border: #eaeaea 2px solid;
	border-top: #eaeaea 2px solid;
	border-right: #333333 1px solid;
	border-bottom: #333333 1px solid;
}
a.checkout-checkoutbg:link {
	color: #eaeaea;
	text-decoration: none;
}

a.checkout-checkoutbg:visited {
	color: #eaeaea;
	text-decoration: none;
}

a.checkout-checkoutbg:hover {
	color: #eaeaea;
	text-decoration: underline;
}

a.checkout-checkoutbg:active {
	color: #eaeaea;
	text-decoration: underline;
}

a.checkout-textcolor:link {
	color: #333333;
	text-decoration: none;
}

a.checkout-textcolor:visited {
	color: #333333;
	text-decoration: none;
}

a.checkout-textcolor:hover {
	color: #333333;
	text-decoration: underline;
}

a.checkout-textcolor:active {
	color: #333333;
	text-decoration: underline;
}

ul {
	list-style-type: square;
}
.actCHECKOUTEM {
	background-color: #0066ff;
}
.actCHECKOUTBG {
	background-color: #eaeaea;
}
.actxlarge, .actxxlarge {
	font-size: 20px;
	color: #333333;
}
.actlarge {
	font-size: 16px;
	color: #333333;
}
.actlarger, .actregular {
	font-size: 14px;
	color: #333333;
}
.actxsmall, .actsmall {
	font-size: 12px;
	color: #333333;
}
.actsmaller, .actxxsmall {
	font-size: 10px;
	color: #333333;
}
.actwarningcolor, .actrequiredcolor, .actrequired, .actwarning {
	color: #ff0000;
}
.actsearchhighlightcolor {
	color: #ff0000;
}
table.checkout td, table.checkout td {
	background-color: #eaeaea;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	padding: 2px 2px;
}

table.checkout#idBothAddressesTable col {
	width: auto;
}

td#idCheckoutHelpLabel,
table.checkout#idBothAddressesTable col.prompt {
	width: 130px;
}

.cart {
	background-color: #eaeaea;
	border-bottom: solid 1px #0066ff;
}

.checkout-cartheading {
	font-weight: bold;
	background-color: #eaeaea;
	border-top: solid 1px #0066ff;
	border-bottom: solid 1px #0066ff;
}
div.CheckoutCartSection {
	margin-top: 0px;
	margin-bottom: 10px;
}

table.checkout#idTableCheckoutSection {
	margin-bottom: 0px;
}

table.checkout-cart {
	width: 585px;
	border-collapse: collapse;
	padding: 0px 0px;
	margin-bottom: 5px;
}

table.checkout-cart th{
	font-weight: bold;
	background-color: #eaeaea;
	border-top: solid 1px #0066ff;
	border-bottom: solid 1px #0066ff;
	padding: 4px 4px;
}

table.checkout-cart td{
	padding: 4px 4px;
}

table.checkout {
	width: 585px;
	border-collapse: collapse;
	padding: 0px 0px;
	text-align: left;
	margin-bottom: 5px;
}

table.checkout th {
	background-color: #0066ff;
	font-size: 14px;
	font-weight: bold;
	color: #eaeaea;
	text-align: left;
	padding: 5px 2px;
	border-bottom: solid 3px #ffffff;
}

table.checkout th.instruction {
	font-size: 12px;
	font-weight: normal;
}

table.checkout th.change {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px;
	text-align: right;
}

.checkout-change-button	{
	line-height: 13px;
	height: 20px;
	width: 86px;
	margin: 0px 1px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size : 12px;
	background-color: #777777;
	border: 1px solid #515151;
	color: #ffffff;
	background-image: url('theme_icon_add_to_cart.gif');
	word-spacing: normal;
	}
.cartheading {
	background-color: #0066ff;
	font-weight: bold;
	color: #eaeaea;
}

h2.checkout-heading {
	background-color: #0066ff;
	font-size: 14px;
	font-weight: bold;
	color: #eaeaea;
	padding: 3px;
	border-bottom: solid 3px #ffffff;
	width: 579px;
}

h3.checkout-heading {
	width: 579px; 
	padding: 3px;
	background-color: #0066ff;
	font-size: 14px;
	font-weight: bold;
	color: #eaeaea;
	border-bottom: solid 3px #ffffff;
}

.checkout-subheading {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

img.cartthumbnail {
	border: 0px;
	margin-left: 2px;
	margin-right: 2px;
	width: 25px;
}

input.normal-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: #777777;
	padding: 5px;
	border: solid 1px #333333;
}

input.highlight-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: #515151;
	padding: 5px;
	border: solid 1px #333333;
}

.checkout-field-label {
	width: 160px;
}

.checkout-field-input {
	width: auto;
}

.checkout-field-input input, .checkout-field-input select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #ffffff;
	padding: 2px;
}

.InvoiceField input, .InvoiceField select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #ffffff;
	padding: 2px;
}

.DeliverField input, .DeliverField select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #ffffff;
	padding: 2px;
}

table.checkout#idBothAddressesTable select {
	width: 211px;
}

input.checkbox {
	background-color: #eaeaea;
	border: 0;	
}

.checkout-field-area {
	background: #eaeaea;
	border-bottom: solid 2px #ffffff;
	width: 585px;
}

.checkout-field-area p {
	margin: 0;
	padding: 4px;
}

div.checkout-buttons {
	width: 585px; 
	height: 50px; 
	margin-top: 20px;
}
	
.left { 
	float : left; 
	width : 50%; 
}

.right { 
	float : right; 
	width : 40%; 
}

.spacer { 
	clear : both; 
}

.checkout-help-hide { 
	display: none; 
}
.product_list {
	margin: 10px 0px;
	padding: 0px;
}	
/* PRODUCT FORMATTING ELEMENTS AND LINE ELEMENTS -------------------------------------------- */
.prodRef {
	margin: 15px 0px;
	font-weight: bold;
	font-size: 14px;
	color: #777777;
}
/* IMAGE FORMATTING ELEMENTS ------------------------------------------------------------ */
.image_float_right {
	float: right;
	margin: 0px 0px 15px 20px;
}
.image_product	{
	margin: 0px 15px 10px 0px;
	text-align: center;
	float: left;
}
h1	{
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;		
	padding: 0px;
	color: #333333;
}
h1.sectionHeading	{
	margin: 0px;
	padding: 0px 0px 4px 0px;
	border-bottom: 2px solid #333333;
}
h1.fragment	{
	padding: 0px;
}
h1.tc	{
	text-align: center;
	color: #333333;
}
h2	{
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #515151;
}
h2.checkout	{
	font-size: 14px;
	margin: 12px 0px 6px 0px;
}
h2.fragment	{
	margin: 0px 0px 10px 0px;
}
h2.related, h2.alsoBought {
	margin: 20px 0px 0px 0px;
	padding: 7px 0px 7px 10px;
	background: #515151;
	color: #FFFFFF;
	clear: both;
}
h2.clearall	{
	margin: 20px 0px 10px 0px;
	clear: both;
}
h2.product {
	font-size: 14px;
	margin: 0px 0px 15px 0px;
	clear: right;
	word-wrap: break-word;
	width: 260px;
	color: #000000;
}
h3, h3.product_price {
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0px;
	padding: 0px;
	color: #777777;
}
h3.rrp_price {
	color: #FF0000;
}
.rrp {
	text-decoration: line-through;
}
ul	{
	line-height: 150%;
	padding: 0px 0px 0px 1px;
	margin: 0px 0px 18px 15px;
	font-size: 12px;
}
ul.products	{
	line-height: normal;
	padding: 0px 0px 0px 1px;
	margin: 3px 0px 4px 15px;
	font-size: 12px;
	color: #ff0000;
}
.text_product_small_info {
	line-height: normal;
	margin: 5px 0px;
	padding: 0px;
	text-align: center;
	clear: both;
}
.text_product_small_info_heading	{
	margin: 5px 0px;
	padding: 0px;
	line-height:normal;
	color: #777777;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.text_product_small_info_price	{
	margin: 5px 0px;
	padding: 0px;
	line-height:normal;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	clear: both;
}
.text_breadcrumbs	{
	font-size: 12px;
	color: #515151;
	margin: 0px;
	line-height: normal;
	padding: 2px 0px;
}
.text_options	{
	font-weight: bold;
}
.form_input_general	{
	line-height: normal;
	font-size: 12px;
	word-spacing: normal;
}
/************************************************************************************/
/************************************************************************************/
.fragContainer {
	margin: 0px 0px 25px 0px;
}
p.fragment {
	margin: 0px;
}
.terms {
	padding: 0px 0px 20px 0px;
	color: #333333;
}
.terms H2 {
	color: #333333;
	border-bottom: 2px solid #333333;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 4px 0px;
}
hr {
	color: #0066ff;
	margin: 3px 0px;
	padding: 3px 0px;
	clear: both;
	height: 1px;
}
.clear {
	clear: both;
}
.highlight {
	color: #0066CC;
}
.ColContainer {
	margin: 5px auto 5px auto;
	padding: 0px;
	width: 138px;
}
.ColTitle {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	height: 34px;
}
.ColTitle a:link, .ColTitle a:visited {
	background: url("section-header.gif") no-repeat 0px 0px;
	display: block;
	padding: 2px;
	color: #FFF;
	text-decoration: none;
	height: 30px;
}
.ColTitle a:hover, .ColTitle a:active {
	background: url("section-header.gif") no-repeat -276px 0px;
	color: #FFF;
}
.ColImage {
	margin: 0px auto;
	text-align: center;
	border: 1px solid #cccccc;
	border-top: none;
	padding: 3px
}
.ColText {
	margin: 0px auto;
	padding: 5px;
	text-align: center;
	border: 1px solid #cccccc;
	border-top: none;
}
.ColPrice {
	margin: 0px auto;
	padding: 5px 0px;
	text-align: center;
	border: 1px solid #cccccc;
	border-top: none;
	font-weight: bold;
	color: #0066ff;
}
.nameOnly a {
	padding: 4px 0px;
	color: #333333;
	font-weight: bold;
}
.imageOnly a {
	padding: 4px 0px;
	border: none;
}
.relatedTable, .alsoBoughtTable {
	border: 1px solid #cccccc;
	border-top: none;
	border-right: none;
	border-collapse: collapse;
	width: 100%;
}
.relatedTable td, .alsoBoughtTable td {
	border-right: 1px solid #cccccc;
}
.stdWidth {
	width: 575px;
}
.denotes {
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
}
.errorTable {
	border: 3px solid #ff0000;
	border-collapse: collapse;
	color: #ff0000;
	background: #ffff80;
}
.errorTable td {
	color: #ff0000;
	background: #ffff80;
}
.addToCart {
	margin: 15px 0px;
	text-align: left;
	clear: right;
	float: left;
}
.productFooter {
	clear: both;
	margin: 20px 0px;
	padding: 0px;
	height: 20px;
}
.back {
	float: left;
	width: 194px;
}
.bookmark {
	float: left;
	width: 194px;
	text-align: center;
}
IMG.centred {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*  Added By STW */

.stopBUYING {
/*display:none;*/
}
.linkMissed {
	color: #fff;
	background: #339933;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0px;
}
/* Recently Viewed Products List Style ------------------------------------ */



#rphtml {
	display: none; 
	visibility:hidden;
} /* Used internally - do not delete */

#recenthtlist {
	width: 585px;
	text-align:left;
}

#recenthtitem {
	border-spacing: 0px;
}

#recenthtitem td {
	width: 110px;
	padding: 4px;
	text-align: center;
	border-left: 1px solid #0066ff;
	border-right:1px solid #0066ff;
}

.recenthtitemimage {
	border-top: 1px solid #0066ff;
}

.recenthtitemdesc	{}

.recenthtitemprice	{}

.recenthtitemdelete {
	border-bottom: 1px solid #0066ff;
}

.recenthtitemspacer {
	width:2px !important; 
	border:0 !important;
	padding: 0px !important;
}

.recenththeader {
	padding: 3px;
	font-size: 16px;
	font-weight: 900;
	margin: 0px; color: #777777;
	width: 579px;
	border-top: 1px solid #0066ff;
	border-bottom: 1px solid #0066ff;
}

.recenthtbuttonleft {
	float: left;
	cursor: pointer;
	width: 100px;
	border: 0;
	background-color: #ffffff;
}

.recenthtbuttonright {
	float: right;
	cursor: pointer;
	width: 100px;
	border: 0;
	background-color: #ffffff;
	}
	


/* Custom add ons by STW */

.checkoutmessagebox {
	border: 4px solid #ff0000;
	background: #ffff00;
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}
.sectionColor {
	color: #333333;
	padding: 0px 0px 3px 0px;
	font-size: 10px;
}

.blackcolour {
	color: #000000;
}

#productbox {
	background-color: #EBF7FF;
	margin: 0px;
	padding: 4px;
	height: 235px;
	width: 248px;
	border: 1px solid #CCCCCC;
	position: relative;
	left: 0px;
	top: 0px;
}

#freewithcasebox {
	background-color: #f9dada;
	margin: 0px;
	padding: 4px;
	height: 50px;
	width: 240px;
	border: 1px solid #CCCCCC;
	position: relative;
	left: 0px;
	top: 0px;
}
