
/* style for page layout */
* {
margin: 0px;
padding: 0px;

}

body {
font-family: verdana, sans-serif;
font-size: 11px;
background: #fff;
line-height: 12px;
color: #666666; 
}

a {
	text-decoration: none;
	color: #888888;
}

.page_container {
	display: block;
	overflow: hidden;
}


.top{
	position: relative;
	left: 0px;
	top: 0px;
	height: 87px;
}


.menu {
	float: left;
	color: #363636;
	margin-right: -1px;
	width: 195px;
	border-top: 1px solid #787878;
	border-right:  1px solid #787878;
}

.main {
	float: left;
	border-top: 1px solid #787878;
	border-left:  1px solid #787878;
	padding: 10px 0 50px 3px;
}

.bottom {
text-align: center;
width: 100%;
margin-top: 10px;
margin-bottom: 20px;
color: #636363;
font-size: 9px;
clear: both;
}


.hidedisplay {
	display: none;
}

/* temporary style */
table {
	margin: 5px 2px 5px 2px;
	font-size: 12px;
}


.heading {
	font-size: 18px;
	font-weight: bold;
}

/* item list */

.main_item {
	float: left;
	width: 126px;
	margin: 0 0 3px 3px;
	font-size: 10px;
	height: 175px;
	text-align: center;
	border: 1px dashed #dddddd;
	color: #555;
	overflow: hidden;
}

.main_item p {
}

.main_item p:first-letter {
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
}

.main_heading {
	margin: 10px 0 20px 15px;
}
.main_heading h1 {
	font-size: 20px;
}
.main_heading p {
	margin-top: 10px;
	font-size: 10px;
	color: #747474;
}

/* general text link for the body */
.bodyLink{
	text-decoration: underline;
	color: #cc0000;
}

/* general text link for the body */
.bodyLinkBlock{
	text-decoration: underline;
	color: #cc0000;
	clear: left;
	display: block;
}

/* total item style to display at bottom at item list page */
.listTotalItem {
	font-family: "Verdana";
	color: #444444;
	clear: both;
}


/* item details */
.item_title {
	margin: 20px 0 35px 10px;
	text-align: center;
	font-size: 18px;
	color: red;
	line-height:20px;
}

.item_image {
	float: left;
	width: 340px;
}
.item_detail {
	margin-top: 20px;
	float: left;
	font-size: 14px;
	line-height: 18px;
	color: blue;
	clear: right;
}

.item_detail_row {
	clear: both;
}

.item_detail_heading{
	display: block;
	float: left;
	width: 120px;
	color: #888888;
	font-weight: bold;
}
.item_detail_text{
	display: block;
	float: left;
	width: 300px;
	color: blue;
}
.item_extra {
	clear: both;
	padding-top: 30px;
}

.page_text {
	line-height: 16px; 
	font-size: 12px; 
	font-weight: normal; 
	padding: 5px 5px 5px 15px; 
	text-align: justify;
}

.page_image_right {
	float: right;
	margin: 40px 20px 20px 20px;
}
.page_image_left {
	float: left;
	margin: 40px 20px 20px 20px;
}

/* separator */
.separator {
display: block; 
width: 100%; 
height: 20px;
clear: both;
}

/* what news styles */
.whatsnew {
	margin: 20px 0 20px 15px;
	padding: 20 0 0 0;
	width: 780px;
	line-height: 16px;
	clear: both;
}

.whatsnew_img_left {
display: block;
float: left;
margin: 0 10px 2px 10px;
}

.whatsnew_img_right {
display: block;
float: right;
margin: 0 10px 2px 10px;
}

.whatsnew h1 {
	margin-left: 5px;
	color: #BA611F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	line-height: 20px;
}
.whatsnew p {
padding: 10px 0 5px 5px;
color: #444;
font-size: 14px;
text-align: justify;
}


.whatsnew p:first-letter {
	font-size: 26px;
	line-height: 26px;
}


/* find store style */
.addressItem {
	width: 250px;
	float: left;
	height: 125px;
	margin: 0 5px 5px 0px;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	border: 1px dashed #dddddd;
	color: #888888;
	overflow: hidden;
}

/* shopping list */
.slRow {
	width: 100%;
	overflow: hidden;
	word-spacing: 0px;
}

.slRow * {
	margin-right: 5px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

.slCode{
	width: 100px;
	float: left;
	font-weight: bold;
}
.slItemName{
float: left;
	width: 300px;
}

.slRangeName{
	width: 110px;
	float: left;
}

.slBarCode{
	float: left;
	width: 110px;
}

.slPrice{
	float: left;
	width: 50px;
}

.slRemove{
	width: 50px;
	float: left;
}

/* style for whatnews listing style */
.whatsnew_list {
	float: left;
	width: 135px;
	margin: 1px 5px 5px 0px;
	font-size: 11px;
	line-height: 15px;
	height: 160px;
	text-align: center;
	border: 1px dashed #dddddd;
	color: #555;
	overflow: hidden;
	clear: none;
}

.whatsnew_list img {
	margin: 2px 0 0 0;
	padding:0px;
	border: 0px;
}

.whatsnew_list p {
	margin-top: 5px;
}

.whatsnew_list p:first-letter {
	font-size:14px;
	font-weight: bold;
	line-height: 14px;
}

/* promotion pane */
.promotion {
	padding: 2px; 
	text-align: left;
	margin:5px 0 20px 0;

}

.promotion img {
	border: 0px;
	margin-right: 30px;
}
/* promotion/press center item box */
.promotion_list {
	float: left;
	width: 270px;
	margin: 1px 5px 5px 0px;
	font-size: 14px;
	line-height: 15px;
	height: 200px;
	text-align: center;
	border: 1px dashed #dddddd;
	color: #555;
	overflow: hidden;

}
.promotion_list img {
	float: right;
	margin: 5px 5px 5px 20px;;
}

.promotion_list p {
	padding: 5px;
	font-size: 11px;
	text-align: left;
	font-style: italic;
	color: #666;
}

.promotion_list h1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#222;
	margin: 10px 0 10px 5px;
	text-align: left;
}

.promotion_img_hover {
	
}


/* Advert - press centre */
.advert_list_2 {
width: 360px;
height: 340px;
border: 1px dashed #888;
text-align: center;
float: left;
margin: 0 20px 20px 0;
}

.advert_list_4 {
width: 468px;
height: 340px;
border: 1px dashed #888;
text-align: center;
float: left;
margin: 0 20px 20px 0;
}

.advert_list_6 {
width: 576px;
height: 340px;
border: 1px dashed #888;
text-align: center;
float: left;
margin: 0 20px 20px 0;
}


/* the big magazine page */
.advert_list_2 #bigimg, .advert_list_4 #bigimg, .advert_list_6 #bigimg {
	float: left;
	margin: 4px;
}

/* the magazine cover page  block*/
.advert_list_2 .mag, .advert_list_4 .mag, .advert_list_6 .mag {
	float: left;
	margin: 4px;
	width: 100px;
	height: 160px;
}

.advert_list_2 .mag p, .advert_list_4 .mag p, .advert_list_6 .mag p {
	margin-top: 5px;
	font-size: 11px;
	font-family: verdana;
}

.advert_list_2 .mag p:first-letter, .advert_list_4 .mag p:first-letter, .advert_list_6 .mag p:first-letter {
	font-size:14px;
	font-weight: bold;
	line-height: 14px;
}
 
/* Ended Advert - press centre */
 