/* Copyright Commcam Limited 2008. All rights reserved. (See licence/licence.txt) */

body
{
	background-color: #999999;	
	font-family: Arial, Verdana;
	font-size: 10pt;
}

html, body 
{
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	text-align: center;
	height: 100%;
}

form
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

ol
{
  border: 0px;
}

ol li
{
  border: 0px;
}

a
{
	color: #FFFFFF;
	text-decoration: none;
}

iframe
{
	display: none;
}

h2
{
	border-bottom: 1px dashed #AAAAAA;
	padding-bottom: 4px;
	color: #AAAAAA;
	font-style: italic;
	font-size: 14pt;
}

h3
{
	border-bottom: 1px dashed #AAAAAA;
	padding-bottom: 4px;
	color: #AAAAAA;
	font-style: italic;
	font-size: 10pt;
	margin-left: 64px;
	margin-right: 64px;
}
ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-position: outside;
	vertical-align: middle;
	margin-left: -12px;
	margin-left: 18px !ie;
	font-size: 10pt;
}

li
{
	padding-left: 8px !ie;

	padding: 4px;
	border-bottom: 1px dashed #DDDDDD;
}

span.registerMessage
{
	margin: 16px;
	font-style: italic;
	color: #000000;
}

span.registerMessage a
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

span.registerMessage a:hover
{
	color: #AAAAAA;
}

ul.safety
{                                 
	list-style-image: url(../../../styles/osullivans/images/bullet.gif);
}

ul.safety a
{
	color: #000000;
}

div.dynamicLogin
{
	margin-left: 8px;
}

div.dynamicLogin span
{
	margin-bottom: 8px;
	display: block;
	color: #AAAAAA;
}

div.dynamicLogin a
{
	color: #AAAAAA;
	font-weight: bold;
}

div.dynamicLogin a:hover
{
	text-decoration: underline;
}

input, input.required, select, textarea
{
	FONT-SIZE: 10px; 
	VERTICAL-ALIGN: top; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-ALIGN: left;
	border: 1px solid #AAAAAA;
	padding-left: 4px;
	padding-right: 4px;
}

input.check
{
	border: 0px;
}

input.required
{
	border: 1px solid #FF0000;
}

img.addButton
{
	background-image: url(../../../styles/osullivans/images/quickAddButton.gif);
	width: 24px;
	height: 19px;
	display: inline;
}

div#tabs
{
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 16px;
	line-height: 16px;
	padding-bottom: 6px;
	padding-bottom: 0px !ie;
	padding-top: 46px;
	padding-top: 0px !ie;
}

div#tabs span, div#tabs span.current
{
	background-color: #888888;
	border-right: 1px solid #AAAAAA;
	color: #FFF;
	padding: 8px;
	font-size: 8pt;
	display: inline-block;
}

div#tabs span.current
{
	background-color: #D2222A;
}

div#tabs span.current a
{
	color: #FFF;
}

div#tabs img.closeButton
{
	vertical-align: middle;
	padding-right: 8px;
	float: right;
}

div#tabs img.allCloseButton
{
	vertical-align: middle;
	padding-right: 8px;
	float: right;
}


div#tabcontent
{
	padding-right: 4px;
}

div#loading
{
	position: absolute;
	visibility: hidden;
	display: none;
}

ul.productBullets
{
	margin-bottom: 8px;
}

ul.productBullets li
{
	border: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 8pt;
	color: #777777;
	margin-left: 32px;
}

img
{
	border: 0px;
}

img.dropdown
{
	margin-right: 4px;
}

div#contentSearch
{
	float: right;
}

input.quickSearch
{
	border: 1px solid #555555;
	font-family: Calibri, Verdana;
	font-size: 8pt;
}

img.quickSearch
{
	margin-left: 8px;
	margin-right: 4px;
	vertical-align: top;
}

span.productCode
{
	font-size: 8pt;
}

span.productCodeInline
{
	font-size: 8pt;
	margin-left: 4px;
	color: #666666;
}

table.summary
{
	font-family: Calibri, Verdana;
	font-size: 10pt;
	border-bottom: 1px dashed #AAAAAA;
	awidth: 100%;
}

table.summary thead
{
	background-color: #666666;
	color: #FFFFFF;
}

table.summary thead tr th
{
	padding: 4px;
	border-bottom: 6px solid #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
}

table.summary tbody tr td, table.summary tbody tr td.last
{
	padding: 4px;
	padding-right: 8px;
	padding-left: 8px;
	border-top: 1px dashed #AAAAAA;
	background-color: #FFFFFF;
}

table.summary tbody tr td, table.summary tbody tr.odd td
{
	swhite-space: nowrap;
	padding-top: 16px;
	padding-bottom: 16px;
}

table.summary tbody tr.odd td
{
	background-color: #F6F6F6;
}

table.summary tbody tr.note
{
	display: none;
}

table.summary tbody tr.note td
{
	
}

table.summary tbody tr td input
{
	font-family: Calibri, Verdana;
	font-size: 10pt;
}

table.summary tbody tr td a
{
	color: #000000;
	font-weight: bold;
	font-size: 10pt;
}

table.summary tbody tr td a.description
{
	text-decoration: underline;
}

div.detailHolder
{
	background: #FFF;
	height: 400px;
}

div.detailImage
{
	float: left;
	padding-right: 8px;
}

div.detailDescription
{
	font-weight: bold;
	padding: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #000;
	background-color: #FFF;
	font-size: 10pt;
	border-bottom: 1px dashed #AAA;
}

span.detailCode
{
	
	color: #888888;
	font-size: 8pt;
	font-style: italic;
	padding-left: 16px;
}

div.detailLongDescription
{
	margin: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #000;
}

div.detailInfo
{
	padding: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.detailInfo a
{
	color: #FF0000;
	text-decoration: underline;
}

div.detailInfo div
{
	margin-top: 4px;
	margin-bottom: 4px;
}


div.detailInfoAlt div.detailSupercede
{
	padding-top: 8px;
	padding-bottom: 8px;
	color: #FF0000;
}

div.detailInfo label
{
	padding-right: 8px;
	font-weight: bold;
}

div.detailInfoAlt
{
	padding: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 8pt;
}

div.detailInfoAlt label
{
	padding-right: 8px;
}

div.detailQuantity
{
	padding-left: 8px;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.detailQuantity a
{
	font-weight: bold;
	color: #000;
}

div.detailQuantity input
{
	font-family: Calibri, Verdana;
	font-size: 10pt;
	margin-right: 8px;
}

div.buttonBar
{
	text-align: right;
	padding-right: 4px;
}

div.buttonBar a
{
	color: #000;
}

div.buttonBar a:hover
{
	text-decoration: underline;
}

div.formTitle, div.formNoTitle
{
	font-weight: bold;
	background: #000;
	padding: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFF;
	border-bottom: 6px solid #FFF;
	font-size: 10pt;
}

div.formInput ul
{
	margin: 0px;
}

div.formInput ul a
{
	color: #000;
}

div.formInput input.button
{
	margin-left: 4px;
}

div.formInput ul a:hover
{
	text-decoration: underline;
}

div.formNoTitle
{
	padding: 0px;
	padding-top: 1px;
}

div.formInput
{
	padding: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

div.formInput div
{
	padding-top: 1px;
	padding-bottom: 1px;
}


div.formInput label
{
	padding-right: 8px;
	float: left;
	display: block;
	width: 200px;
	text-align: right;
	font-size: 8pt;
	color: #888888;
}

div.formInput span
{
	font-size: 10pt;
	vertical-align: text-top;
}

div.formInput span a
{
  color: #999999;
  font-weight: bold;
}

div.formInput input, div.formInput select
{
	font-size: 8pt;
	font-family: Calibri, Verdana;
}

h2
{
	margin: 4px;
}

div.deliveryDetails
{
	text-align: right;
	padding:10px;
	margin:10px;
}

div.success
{
	color: #00AA00;
	margin-top: 16px;
	text-align: center;
}

table.summary tbody tr td.total
{
	font-size: 11pt;
	text-align: right;
	background-color: #FFFFFF;
	color: #000000;
}

table.summary tbody tr td.total label
{
	font-weight: bold;
	padding-right: 8px;
}

table.summary tbody tr.totals td
{
	background-color: #000;
	color: White;
}

table.completedOrder thead tr th
{
	padding: 4px;
	border-bottom: 1px solid #AAAAAA;
}

table.completedOrder tbody tr td
{
	padding: 4px;
}

table.completedOrder tbody tr td.total
{
	padding: 4px;
	border-top: 1px solid #AAAAAA;
}

table.completedOrder tbody tr td.total label
{
	font-weight: bold;
	margin-right: 8px;
}


span.message
{
	margin: 12px;
	font-weight: bold;
	font-size: 18px;
	color: #990000;
}

div#contentContainer
{
	width: 1024px;
	
}

div#mainHeader
{
	background-color: #FFFFFF;
	width: 1024px;
	height: 114px;
	border-bottom: 10px solid #000000;
}

img.headerLogo
{
	margin-left: 24px;
	margin-top: 24px;
	vertical-align: middle;
	float: left;
}

img.numbercards
{
	margin-right: 24px;
}

a#quickBasket
{
	color: #000000;
	width: 220px;
	display: block;	
	white-space: nowrap;
	margin-top: 20px;
}

a#quickBasket div
{
	background-image: url(../../../styles/osullivans/images/basketleft.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 32px;
	margin-right: 20px;
	padding-left: 68px;
}

a#quickBasket div span
{
	background-image: url(../../../styles/osullivans/images/basketright.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 20px;
	height: 32px;
	display:block;
	vertical-align: middle;
	line-height: 32px;
	font-size: 8pt;
	cursor: hand;
	color: #000000;
}

div#optionBar
{
		background-color: #D2222A;
		height: 30px;
		vertical-align: middle;
		text-align: left;
		color: #FFFFFF;
		padding-left: 24px;
		font-size: 10pt;	
		letter-spacing: 1px;
		padding-top: 10px;
}

div#optionBar a
{
	color: #FFFFFF;
}

div#searchBar
{
	border-top: 4px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	height: 30px;
	background-color: #E7E7E9;
	text-align: right;
	font-size: 10pt;	
	letter-spacing: 1px;
	line-height: 30px;
	padding-right: 24px;
	float: right;
	width: 1000px;
}

div#searchBar input
{
	font-size: 10pt;
	vertical-align: middle;
	border: 1px solid #AAAAAA;
	margin-right: 16px;
}

div#searchBar a.ovalbutton
{
	margin-top: 2px;
}

a.ovalbutton
{
	background: transparent url('../../../styles/osullivans/images/buttonleft.gif') no-repeat center left;
	display: block;
	float: left;
	line-height: 16px;
	height: 24px;
	padding-left: 10px;
	text-decoration: none;	
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
	color: #FFFFFF;
}

a.ovalbutton span
{
	background: transparent url('../../../styles/osullivans/images/buttonright.gif') no-repeat center right;
	display: block;
	padding: 4px 13px 4px 0;
}

a.ovalbutton:hover
{
	background-position: bottom left;
}

a.ovalbutton:hover span
{
	background-position: bottom right;
}

.buttonwrapper
{
	overflow: hidden;
	width: 100%;
}


div#leftMenu
{
	float: left;
	width: 220px;
	margin-left: 4px;
}

div.menuBar
{
	background-image: url(../../../styles/osullivans/images/menubarright.gif);
	background-position: center right;
	background-repeat: no-repeat;
	height: 33px;
	color: #FFF;
	padding-right: 14px;
	font-size: 10pt;
	white-space: nowrap;
	margin-bottom: 2px;
}

div.menuBar img
{
	vertical-align: bottom;
	float: left;
}

div.menuBar div
{
	float: left; 
	height: 33px; 
	line-height: 33px; 
	vertical-align: middle;
}

div.menuSection
{
	border: 1px solid #AAAAAA;
	padding: 4px;
	font-size: 8pt;
}

div.expandableCat
{
	border-bottom: 1px dashed #AAAAAA;
	padding: 4px;
	font-size: 8pt;
}

div.expandableCat img
{
	padding-left: 4px;
	padding-right: 4px;
}

div.expandableCat div
{
	margin-left: 17px;
	font-size: 7pt;
	color: #666666;
	padding-top: 4px;
}

div.expandableCat div a
{
	color: #666666;
}

div.expandableCat div a:hover
{
	color: #222222;
}

ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-position: outside;
	vertical-align: top;

	vertical-align: middle;
	font-size: 10pt;
}

div.list ul.users
{
	list-style-image: url(../../../images/usersmall.png);
}

div.list ul.orders
{
	list-style-image: url(../../../images/orderssmall.png);
}

div.list ul a
{
	color: #000;
	font-weight: bold;
}

div.list ul span
{
	color: #888888;
	font-style: italic;
	font-size: 8pt;
	padding-left: 8px;
}

div.list ul a:hover
{
	text-decoration: underline;
}

li
{
	padding-left: 8px !ie;
}

li img
{
	margin-right: 12px;
	vertical-align: middle;
}

div.menuSection a
{
	color: #000000;
}

div.menuSection label
{
	width: 80px;
	display: block;
	float: left;
}

div.menuSection span
{
	display: block;
	float: left;
}

div.menuSection input
{
	margin-bottom: 4px;
}

div#innerContentHolder
{
	text-align: left;
	border-bottom: 4px solid #000;
	background-color: #FFFFFF;
	padding-bottom: 8px;
	min-height: 600px;
}

div#innerContent
{
	margin-left: 228px;
}

div#strapLine
{
	clear: both;
	border-top: 4px solid #FFFFFF;
	background-color: #D2222A;
	height: 30px;
	line-height: 28px;
	vertical-align: middle;
	text-align: left;
	color: #FFFFFF;
	padding-left: 24px;
	letter-spacing: 1px;
}

div#copyrightLine
{
	border-bottom: 8px solid #FFFFFF;
	background-color: #000000;
	height: 30px;
	line-height: 28px;
	vertical-align: middle;
	text-align: left;
	color: #FFFFFF;
	padding-left: 24px;
	padding-right: 24px;
	font-size: 8pt;	
}

div#loginBox
{
	height: 70px;
	margin-bottom: 2px;
}

div.favouritelabel
{
	margin-top: 8px;
	border-top: 1px dashed #AAAAAA;
	padding: 4px;
	display: none;
}

div.favouritelabel label
{
	font-style: italic;
	color: #999999;
}

div.favouritelabel input
{
	vertical-align: middle;
	text-align: center;
	margin-left: 16px;
}