@charset "utf-8";
/* Office Choice CSS Document */

/*********************************************************** General Styles ***********************************************************/

body
{
	margin:0px;
	background:#CCCCCC;
	text-align:center;
}
input.text, select.text, textarea.text
{
	border:1px solid #CCCCCC !important;
}

/*********************************************************** Top Nav Styles ***********************************************************/

#TopNav, #TopNavLink
{
	display:none;
}

/*********************************************************** Left Nav Styles ***********************************************************/
#LeftSideNav
{
	display:none;
}

/*********************************************************** Right Nav Styles ***********************************************************/
#rightNavCell
{
	display:none;
}

/*********************************************************** Bottom Nav Styles ***********************************************************/

#footer
{
	display:none;
}

/*********************************************************** Product Browse Styles ***********************************************************/

#Category
{
	font-family:Arial, Helvetica, sans-serif;
}
#LargeImgRolloverPlace {
	z-index:1000;
	position:absolute;
	visibility: hidden;
	top:127px;
	left:190px;
	text-align:center;
	vertical-align:middle;
	background-color:#FFF;
}
.SubCategoryOuter
{
	margin-bottom:10px;
}
.SubCategory
{
	background:url(../images/SubCategoryBG.gif) 0 0 repeat-y;
	display:block;
	width:695px;
	margin-bottom:-1px;
	font-family:Arial, Helvetica, sans-serif;
}
.SubCategory ul
{
	margin-top:3px;
	margin-bottom:3px;
	font-size:13px;
}
.SubCategoryProduct
{
	border-top:1px solid #d12421;
	display:block;
	width:695px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
}
#PageNumbers
{
	float:right;
}
.Pages
{
	padding-right:2px;
	padding-left:2px;
	line-height:20px;
}
.PageNumNonCurrentPage, .PageNumCurrentPage, .PageNumNext, .PageNumPrev
{
	color:#FFFFFF;
	display:block;
	width:20px;
	height:20px;
	background:url(../images/PageNumBG.gif) 0 0 no-repeat;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
.PageNumCurrentPage, .PageNumNonCurrentPage:hover
{
	background:url(../images/PageNumBG.gif) 0 -100px no-repeat;
}
.PageNumNext, .PageNumPrev
{
	width:39px;
	background:url(../images/NextPrevPage.gif) 0 0 no-repeat;
}
.PageNumNext:hover, .PageNumPrev:hover
{
	background:url(../images/NextPrevPage.gif) 0 -100px no-repeat;
}
.ProductPrice
{
	width:100px;
	border:1px solid #d12421;
	display:inline block;
	color:#d12421;
	text-align:center;
	margin-left:-1px;
	float:left;
}
.ATOButton
{
	width:62px;
	height:20px;
	background:url(../images/ATOButton.gif) 0 0 no-repeat;
	border:none;
	cursor:pointer;
}
.AddToFavsButton
{
	width:125px;
	height:20px;
	background:url(../images/ATFButton.gif) 0 0 no-repeat;
	border:none;
	cursor:pointer;
}

/*********************************************************** Specific Styles ***********************************************************/


/**** Colours ****/
.red
{
	color:#d12421;
}
.yellow
{
	color:#edb512;
}
/**** Alignment ****/
.ar
{
	text-align:right;
}
.vat
{
	vertical-align:top;
}
/**** Borders ****/
.b1r
{
	border:1px solid #d12421;
}
.bb1r
{
	border-bottom:1px solid #d12421;
}
/**** Text Manipulation ****/
.lc
{
	text-transform:lowercase;
}
.bold
{
	font-weight:bold;
}
/**** Padding ****/
.lp5
{
	padding-left:5px;
}
.rp5
{
	padding-right:5px;
}
/**** Displays ****/
.inln
{
	display:inline;
}
/**** Heights ****/
.h25
{
	height:25px;
}
/**** Widths ****/
.w50
{
	width:50px;
}
.w100
{
	width:100px;
}
.w115
{
	width:115px;
}
.w120
{
	width:120px;
}
.w535
{
	width:535px;
}
.w545
{
	width:545px;
}
.w585
{
	width:585px;
}
.w595
{
	width:595px;
}
.w645
{
	width:645px;
}
.w685
{
	width:685px;
}
.w695
{
	width:695px;
}

