/*
body {
  font-family: Arial, Verdana;
  color: #5C5C5C;
}

table {
  border-collapse: collapse;
}

.label {
  font-size: .8em;
}

.textbox {
	font-size: .75em;
  height: 1.05em;
}

.smalltextbox {
	font-size: .75em;
  height: 1.05em;
  width: 20px;  
}

.multilinetextbox {
  width: 188px;
  height: 80px;
}

.largemultilinetextbox {
  width: 350px;
  height: 150px;  
}

.longmultilinetextbox {
  width: 350px;
  height: 75px;  
}

.longtextbox {
  font-size: .75em;
  height: 1.05em;
  width: 325px;
}

.dropdownlist {
  font-size: .7em;
  color: #5C5C5C;
}

.fwdropdownlist {
  font-size: .7em;
  font-family: Courier New;
}

.button {
	font-size: .7em;
	height: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}

.rightbutton {
	font-size: .7em;
	height: 20px;
	font-weight: bold;
  float: right;
}

.menuItem {
  color: #fff;
}

.menuItem a {
  cursor: pointer;  
}

.menuItem #left{
  width: 5px;
  display: inline;
  background: url(images/blue_tab_left.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItem #mid {
  display: inline;
  background: url(images/blue_tab_middle.gif) repeat-x;
  height: 30px;
  position: relative;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.menuItem #mid #text {
  position: relative;
  top: 5px;
  color: #FFF;
}

.menuItem #right {
  width: 5px;
  display: inline;
  background: url(images/blue_tab_right.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItemSelected {
  color: #fff;
}

.menuItemSelected a {
  cursor: pointer;  
}

.menuItemSelected #left {
  width: 5px;
  display: inline;
  background: url(images/lightblue_tab_left.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItemSelected #mid {
  display: inline;
  background: url(images/lightblue_tab_middle.gif) repeat-x;
  height: 30px;
  position: relative;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.menuItemSelected #right {
  width: 5px;
  display: inline;
  background: url(images/lightblue_tab_right.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

#allContent {
	width: 961px;
	margin: 0px auto;
}

#headerRegion {
  margin-bottom: 15px;  
}

#mainContentRegion {
  display: block; 
  clear: both;
}

.sectionHeader {
  border-bottom: 1px solid rgb(235, 235, 235);
  color: #024A76;
  font-size: .9em;
  padding-bottom: 5px;
  font-weight: bold;
}

.navigationRule {
  border: 2px solid #024A76;
  position: relative;
  top: -8px; 
}

.defaultTable {
  width: 99%;  
}

.verticalalign img {
  vertical-align: middle;
}

.verticalalign span {
  vertical-align: top;
}

.showAll {
  float: right;
}


.modalbutton {
	font-size: .7em;
	height: 20px;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	float: right;
}

hr {
  border-bottom: 1px solid #CCC;
  color: #FFF;  
}

a:link {
  color: #0066A6;
  text-decoration: none;
}

a:visited {
  color: #0066A6;
  text-decoration: none;
}

.smallleft {
  float: left;
}

.smallright {
  float: right;  
}

#footer {
  text-decoration: none;
  font-size: .7em;
  color: #C0C0C0;
}

#footer a {
}

#footer a:visited {
  color: #C0C0C0;
}

#footer a:hover {
  color: #0066A6;
}
*/

/* graphico.co.uk */

/* The file below is read by ALL browsers
   but the hacks contained within it further target 
   IE5-6 for Windows. See file for details. */
@import "../../Includes/CSS/undohtml.css";
@import "../../Includes/CSS/ie6win.css";
@import "../../Includes/CSS/ie7win.css";

/* IE 5.5 hacks only */
@media tty 
{
i{content:"";/*" "*/}}@m;
@import 'ie55win.css'; /*";}
}/* */ 

/* The file below is ONLY read by IE5/Win.
   Makes use of the Mid Pass Filter: 
   http://tantek.com/CSS/Examples/midpass.html */   
@media tty 
{
 i{content:"\";/*" "*/}} @import 'ie5win.css'; /*";}
}/* */

/* The file below is ONLY read by IE5/Mac.
   Makes use of the Band Pass Filter: 
   http://www.stopdesign.com/examples/ie5mac-bpf/ */

/*\*//*/
  @import "ie5mac.css";
/**/

/* default headers */
h1 { font-size: 1.8em; height: 26px; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h1,h2,h3 { margin: 0 0 1em 0; }

h1, h2, h3, h4, h5, h6 ,strong { font-weight:bold;  }

abbr,acronym 
{
	border-bottom: 1px dotted #000;
	cursor: help;
}
 
em 
{
	/*bringing italics back to the em element*/
	font-style:italic;
}

blockquote, ul, ol, dl 
{
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}

ol, ul, dl 
{
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}

ol li 
{
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}

ul li 
{
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}

dl dd 
{
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}

th,td 
{
	/*borders and padding to make the table readable*/
	border: 1px solid #000;
	padding: .5em;
}

th 
{
	/*distinguishing table headers from data cells*/
	font-weight: bold;
	text-align: center;
}

caption 
{
	/*coordinated marking to match cell's padding*/
	margin-bottom: .5em;
	/*centered so it doesn't blend in to other content*/
	text-align: center;
}

p, fieldset, table 
{
	/*so things don't run into each other*/
	margin-bottom:1em;
}

.invisible { display: none; }

/* Hide content for visual users. E.g. skip links	*/
.hide
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* Can't hide legends cross browser with negative text indent */
legend.hide
{
	font-size: 0.005em;
	visibility: hidden;
}

fieldset
{
	border: 0;	
}

/* Used to space an ellipse nicely */
.ellipse { letter-spacing: -0.15em; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* Generic Levin image replacement -  
   http://levin.grundeis.net/files/20030809/alternatefir.html */
.replace
{ 
	position: relative; 
	margin: 0px; 
	padding: 0px; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ overflow: hidden; /* */ 
}

.replace span
{
	display: block; 
	position: absolute; 
	top: 0px; 
	left: 0px;
	z-index: 1; /*for Opera 5 and 6*/ 
}

#skip 
{
	left: -900px;
	position: absolute;
	top: -900px;
	z-index: 10;
}


#skip a
{
	padding: 5px 10px;
	background: #fff;
	color: #000;
	display: block; 
	position: absolute; 
	top: 0;
	left: 0;
	width: 10em;
	
}

#skip a:focus, #skip a:active	
{ 
	left: 905px;
	top: 905px;
}

/* more often than not.. */
li { float: left; }
#content li { float: none; }

/* default label styles */
#doc label, #doc .label, #doc input, #doc .input, #doc select, #doc .input-block
{
	display: block;
	float: left;
	margin: 0 0 5px 0;
	clear: left;	
}

input.textbox,
input.longtextbox
{
	background: #FFF !important;
	/* border: 1px solid #666 !important;
	padding: 2px 0 !important;
	font-size: 1.3em !important; */
	color: #000 !important;
	width: 140px !important;
}

label, .label { font-weight: bold; }

.input input, .input label 
{
	display: inline;
	float: none;
	margin: 0;
}   

input.submit { clear: left; }    

/*	For evil CMSs */
u { text-decoration: none; }

/*	Site Default Styles		*/
body
{
	font: 62.5% Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	min-width: 961px;
	background: #000;
	color: #fff;
}

p, h3,blockquote, ul, ol, dl	
{ line-height: 1.4; margin: 0 0 1em 0; }

#site-info ul { margin: 1em 0; }

h3		{ font-size: 1em; }
a		{ color: #fff; }

#doc 
{
  font-size: 1em;
  width: 961px;
  margin: 0 auto;
  text-align: left;
  padding-top: 16px;
}

#site-info 
{
	border-top: 1px solid #333; 
	color: #333;
}

#branding .flash { height: 301px; float: left; width: 961px }

.nav a	{ display: block; color: #999; }
.nav a:hover, .nav a:focus	{ color: #fff; }

#site-info .nav		{ float: left; }
#site-info .figure	{ float: right; }

#site-info .nav li		
{ 
	margin-right: 13px;
	padding-right: 13px;
	border-right: solid 1px #333;
}

#branding .nav		
{ 
	float: left; 
	padding-bottom: 2.6em; 
	position: relative; 
}

#branding .utils	{ float: right; }

#branding .nav ul { margin: 0; }

#branding .nav li { margin-right: 3px; }
#branding .nav li.last,
#branding .nav li.cart 
{ margin-right: 0; }

#branding .nav li.cart span 
{ 
	width: 85px;
	background: url(../../Images/lnk-cart.gif) left center no-repeat; 
	padding-left: 21px;
	position: relative;
}

#branding .nav li.cart a span.total
{
	width: auto;
	background: none; 
	padding-left: 0;
	position: static;
}

#branding .nav a
{
	text-transform: uppercase;	
	line-height: 2em;
	width: 108px;
	/* border: solid 1px #333; */
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background: url(../../Images/) top right no-repeat;
}

#branding .nav li ul li a
{
	width: auto;
}

#branding .nav li
{ background: url(../../Images/li-primarynav.gif) top left no-repeat; }
#branding .nav a
{ background: url(../../Images/lnk-primarynav.gif) bottom right no-repeat; }

#sec2 li#primnav2,
#sec3 li#primnav3
{ background: url(../../Images/li-primarynav-over.gif) top left no-repeat; }
#sec2 li#primnav2 a,
#sec3 li#primnav3 a
{ background: none; }

#branding .nav li.last a { width: 138px; }

#branding .utils a { width: auto; padding: 0 10px; }

#site-info .nav li, #site-info .nav li a { color: #666; }
#site-info .nav li a:hover,
#site-info .nav li a:focus
{ color: #fff; }

.nav .secondary 
{ 
	position: absolute; 
	top: -99em;  
	padding-top: 2px;
	background: url(../../Images/div-secondarynav.gif) top left no-repeat;
}

#branding .nav .secondary ul
{ background: url(../../Images/ul-secondarynav.gif) bottom right no-repeat; padding-right: 10px; }

#branding .nav .secondary li,
#branding .nav .secondary a
{ background: none; }

#secnav2 { left: 121px; }
#sec2 #secnav2,
#sec3 #secnav3
{ top: 2em; }

#primnav2 a:hover #secnav2 { top: 10px; background: #900; }

#branding .nav li.active a			{ color: #fff; }
#branding .nav li.active ul li a	{ color: #999; }
#branding .nav li.active ul li.active a	{ color: #fff; }

.col 
{
  float: left;
  margin-right: 10px;
}

.nav li	{ list-style: none; }
.last, #site-info .nav .last { margin-right: 0; border: none; padding-right: 0; }

#content { position: relative; }

#content .main, #content .aside { float: left; }
#content .main 
{ 
	margin-left: 365px; 
	width: 595px;
}

#content .main .gutter
{ 
	margin-right: 30px; 
}

#content .aside { width: 265px; }

.logo			{ position: absolute; left: 50px; top: 280px; }
.ui-box .logo	{ position: static; left: 0; top: 0; margin-bottom: 1em; }
.logo a { display: block; }

#content .products ul	{ margin-left: 0; margin-right: 0;  }

#content .products li	{ margin-bottom: 5px;  }

.products li a { text-decoration: none; font-weight: bold; }

.products li a,
.products li a img,
.products li a span
{ display: block; }

.products li a img,
.products li a span
{ float: left; }

.products li a span
{ 
	line-height: 42px;
	margin-left: 5px; 
}

.flash .msg { border: solid 1px #333; padding: 0 14px; }

.features dt 
{
	font-size: 1.2em;
	background: url(../../Images/dt-features.gif) left center no-repeat;	
}

.features dt, .features dd
{
	padding-left: 15px;
	margin-left: 0;	
}
.features dd 
{
	 color: #666;
	 margin-bottom: 5px;
}

.aside h2 { color: #999999; font-size: 1.2em; }

#content .product li, 
#content .faces li, 
#content .straps li
{
	list-style: none;
	float: left;
	margin-right: 5px;	
}

.ui-box		{ background: #ccc; }
#ui-media	{ background: #000; padding: 10px; }
.ui-box h2	{ font-size: 1.2em; }

.products img,
.aside a img 
{ border: 2px solid #a3a3a1; }

.buy 
{
	padding-top: 10px; 
	border-top: solid 1px #262626; 
	float: left;
	clear: left;
	margin-left:365px;
	width: 595px;
}

.buy p 
{
	float: right; 
	line-height: 27px; 
	font-size: 1.6em; 
	font-weight: bold; 
	margin: 0 5px 0 0;
}

.buy p a
{
	text-decoration: none;
	font-size: 0.8em;
	color: #333;
	background: url(../../Images/lnk-buy.jpg) top left no-repeat;
	display: block;
	text-align: center;
	width: 82px;
}

.update { padding-bottom: 20px; }

table.order th 
{ 
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px solid #333;
}

table.order th.right
{ 
	text-align: right;
}

table.order td,
table.order th
{ 
	line-height: 1.8em;
}

table.order
{ 
	border-collapse: collapse;
	border-spacing: 0;
}

table.order td { vertical-align: middle; font-size: 1em; }

#doc table.order td input { margin: 0; }

#doc .purchase-option input { margin: 0; float: right; }

#doc .cartSubTotal 
{
	background: none;
	border: none;
	padding: 0;
}
.login td br,
.login .sectionHeader { display: none; }

.login td { padding: 0; }
.login .plainbox { text-align: left !important; }
.login td a { display: block;  line-height: 1.8;}

#content .billing .main		{ width: 400px; padding: 0; margin-right: 15px; }
#content .billing .aside	{ width: 180px; padding: 0;  }

#content .billing #threeColumnLeftContent { display: none; }

#content .billing .accordionHeader { background: #333; border: 1px solid #666; }

.billing .accordionContent,
.billing .checkoutRightPanel
{ color: #fff; border: 0;  padding: 0; background: #222; }

#doc .main .accordionContent td input { margin-right: 10px;  }

/* .billing .accordionContent td input { font-size: 0.8em; } */

.billing .checkoutRightPanel td,
.billing .checkoutRightPanel span { padding: 5px 5px 0 5px; border: 0; font-size: 1.2em;  }
.billing .checkoutRightPanel span { display: block; padding-bottom: 5px; }

.billing .accordionContent { padding: 10px 5px; border: 0; }
.billing .accordionContent td { border: 0; padding: 0; }

.header { padding-top: 30px; }
.billing .header { margin-left: 365px; }
.accordionContent .header { margin-left: 0; padding-top: 0; }

#doc .billing .label label, 
#doc .billing .label input 
{ 
	display: inline; 
	clear: none;
	margin: 0;
}

#doc .billing .label input  { margin-right: 5px; }

#doc .input-block select,
#doc .input-block label
{
	display: inline;
	clear: none;	
}

#doc .input-block select { margin-right: 5px; }

.accordionContent .order th { border: 0; }

.accordionContent table.order { width: 100%; }
.accordionContent table.order td { padding: 5px; }

.accordionContent .itemSku,
.accordionContent .itemName,
.accordionContent .itemQuantity,
.accordionContent .itemAmount
{ width: auto; }

.accordionContent table.order .itemAmount { width: 15%; }

span.ourPrice,
span.ourPriceLabel 
{ color: #fff; } 

.productSummary .figure 
{ 
	width: 125px;
	float: left;
}

.productSummary .section
{ 
	width: 470px;
	float: left;
}

#content .productSummary .section .gutter 
{
	margin: 0 0 0 15px;
}

#content .productSummary fieldset 
{
	display: block;
	clear: left;
}


#content .productSummary legend 
{
	display: none;
}

.register table td { border: 0; }
.register table label,
.register table label 
{ 
	float: none;
	clear: none; 
}

.cartSubTotal .itemName, .cartSubTotal .subTotal, .cartSubTotal .subTotalAmount, .cartSubTotal .editArea
{ font-size: 1em;  font-weight: bold; }

/*
.cartSubTotal .itemName,
.cartSubTotal .editArea
{ width: auto; }

.cartSubTotal .subTotalAmount { width: 69px; }
*/

.cartSubTotal .subTotal		{ width: 474px; }
.cartSubTotal .totalAmount	{ width: 70px; font-size: 1em; }

.subTotalLinks { padding-right: 30px; }

.subTotalLinks a
{
	display: block;
	float: right;
	padding: 5px;
	font-size: 1.1em;
	font-weight: bold;	
}

.cartSubTotal .checkout	a	
{
	display: block;
	float: right;
}

.billing .loadingbox 
{
	background-color: #333;
	border: 5px solid #ccc;
	padding: 10px;
}

.billing .loadingbox img
{
	display: none;
}

.main .ajax__tab_technorati-theme .ajax__tab_body { border-color: #333; background-color: #222222; }

.main .ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner ,
.main .ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner { color: #ccc; }

.main .ajax__tab_panel td  { border: 0; }

.utils a 
{ 
	text-decoration: none; 
	font-weight: bold;
	font-size: 1em;
	padding: 0 10px;
	width: auto;
	float: left;
}

.loginView { float: right; }



