/*******************************************/
/* General Page setup and elements - Start */
/*******************************************/

*{
	margin : 0px;
}

body {
	background : #001551 url(images/background/mainBG.jpg) repeat-y top;
	color : black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
   line-height: 1.166;
	padding : 0px;
}

img {
	border : 0px;
}

form {
	margin : 0px;
	padding : 0px;
}

select {
    font-size : 90%;
}

a {
	color : black;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

a.description {
	color: #818181;
	text-decoration : none;
}

a.description:hover {
	text-decoration : underline;
}

/*******************************************/
/* General Page setup and elements - End   */
/*******************************************/

/*******************************************/
/* General Text Sizes and Styles - Start   */
/*******************************************/

h2 {
	font-size : 100%;
	font-weight : bold;
}

h3 {
	font-size : 70%;
	font-weight : bold;
}

/*******************************************/
/* General Text Sizes and Styles - End   */
/*******************************************/

/****************************************************************/
/* Page Header Area - logo, banner, shopping navigation. - Start*/
/****************************************************************/

#pageHeaderBlock {
    background : transparent;
}

#logoBlock {
	width : 150px;
	display : inline;
}

#bannerAdBlock {
	width : 590px;
	display : inline;
	margin-left : 10px;
}

#shopNavBlock {
	margin : 42px 0px 0px 229px;
	display : block;
	font-weight : bold;
}

.shopNavLink {
	margin-left : 0px;
}

/***************************************************************/
/* Page Header Area - logo, banner, shopping navigation. - End */
/***************************************************************/

/*****************************/
/* Left Hand Column - start */
/****************************/

#lhColumnBlock {
    background : transparent;
    padding : 0px 5px;
}

/*****************************/
/* Left Hand Column - End */
/****************************/

/*****************************/
/* Centre Column - start */
/****************************/

#centreColumnBlock {
    border-top : 1px solid #AAAAAA;
    padding-top : 10px;
}

/*****************************/
/* Centre Column - End */
/****************************/

/*****************************/
/* Right Hand Column - start */
/****************************/

#rhColumnBlock {
    background : transparent;
}

/*****************************/
/* Right Hand Column - End */
/****************************/

/*******************************/
/* Basket & Currencies - start */
/*******************************/

#basketBlock {
    margin : 50px 0px 0px 530px;
	 line-height: 140%;
	font-size: 12pt;
}

/*******************************/
/* Basket & Currencies - End */
/*******************************/


/************************/
/* Search Forms - Start */
/************************/

.searchTextBox {
	width : 100px;
	font-size : 80%;
}

.searchGoButton {
	width : 26px;
	height : 20px;
}

.searchDropDown {
	width : 132px;
	margin-top : 23px;
	font-size: 80%;
}

/************************/
/* Search Forms - End   */
/************************/

/*********************************/
/* Category Search Block - Start */
/*********************************/

#categorySearchBlock {
	margin : 29px 27px;
}

/*********************************/
/* Category Search Block - End   */
/*********************************/

/*************************/
/* Content Block - Start */
/*************************/

#contentBlock {
        width : 500px;
        margin : 0px 10px;
}

/*************************/
/* Content Block - End   */
/*************************/

/*************************************/
/* Call to Action banner Ads - Start */
/*************************************/

#callToActionBlock {
	margin-top : 10px;
	margin-bottom : 0px;
}

.callToAction {
	margin-bottom : 5px;
}

/*************************************/
/* Call to Action banner Ads - End   */
/*************************************/

/********************************/
/* Page Footer Elements - Start */
/********************************/

#privacyBlock {
	text-align : right;
	margin-right : 99px;
	color: #223682;
	font-size: smaller;
}

#poweredbyBlock {
	text-align : right;
	margin-right : 99px;
	color: #223682;
	font-size: smaller;
}

#copyrightBlock {
	text-align : left;
	margin : 10px 0px 0px 250px;
	color: #223682;
	font-size: smaller;
}

#shippingText {
	font-size: 9px;
	color: #999999;
}

/********************************/
/* Page Footer Elements - End */
/********************************/

/**************************************/
/* Products Display Elements - Start */
/**************************************/

.rowOuterWrapper {
	display : block;
    clear : both;
	min-height : 140px;
	background : #EEEEEE;
    border : 1px solid #AAAAAA;
}

.rowInnerWrapper {
	margin : 10px 10px 10px 10px;
}

.rowInnerWrapper h2 {
	text-align : right;
}

.rowInnerWrapper h3 {
	text-align : right;
}

.rowInnerWrapper img {
	float : left;
	margin : 0px 5px 0px 0px;
}

.rowButtonBlock {
    margin : 0px 0px 0px 0px;
    text-align : right;
}

.colOuterWrapper {

}

.colInnerWrapper {

}

.colInnerWrapper img {

}

.outerWrapper {

}

.innerWrapper {
	
}


/**************************************/
/* Product Display Elements - End   */
/**************************************/

/**************************************/
/* General Products Elements - Start   */
/**************************************/

.productThumbnail {
	width : 120px;
	height : 120px;
	margin-bottom : 5px;
	border : 1px solid #999999
}

.inlineButton {
    display : inline;
}

.gapButton {
    margin-top : 1px;
}

.buttonBlock {
    margin : 5px 0px 0px 0px;
    text-align : right;
}

.priceBlock {
    text-align : right;
}

.productTitleRow {
    text-align : right;
}

.priceText {
	color: #000000;
	font-weight: bold;
}

.productInfoText {
	color: #818181;
	font-size: smaller;
}




/**************************************/
/* General Products Elements - End   */
/**************************************/

/*************************************/
/* Product Information Block - Start */
/*************************************/

.packshotImg {
    margin-right : 10px;
    float : left;
}

.rightInfo {
    text-align : right;
}

.clearBlock {
    clear : both;
    margin-top : 10px;
}

#dslLogoBlock {
    float : right;
}

.featuredTitle {
	font-size: larger;
	font-weight: bolder;
	margin-bottom: 15px;
}

.productListBlock {
	color: #818181;
	font-size: smaller;
	width: 109px;
}

/*************************************/
/* Product Information Block - End */
/*************************************/



