/* tabs */
div.tabs {
	width:573px; 
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height:normal;  
}
div.tabs ul {
	margin:0px 0px 0px 0px;
	list-style:none;
	height:31px;
	padding-right:0px;
	padding-bottom: 0;
	padding-left: 8px;
	padding-top: 0px; background-image:url(images/sideround.png);  background-repeat: no-repeat; background-position:left
	
	
}
div.tabs li {
	float:left;
	background:url(images/tableftside.png) no-repeat left top;
	margin:0px 2px 0px 0px;
	padding:0 0px 0 8px; /* Show the user that they can click on the left side of the tab. */
	cursor: pointer;
}
div.tabs a {
	float:left;
	display:block;
	width:0.1em;
	background:url(images/tab.png) no-repeat right top;
	padding:0px 15px 0px 8px;
	text-decoration:none;
	font-weight:bold;
	color:#EC97BB;
	white-space: nowrap;
	
	vertical-align: middle;
}
div.tabs > ul a {
	width:auto;
} /* Commented Backslash Hack hides rule from IE5-Mac \*/
div.tabs a {
	float:none;
} /* End IE5-Mac hack */
body.tabs div.tabs li.selected {
	background-position:0 -36px;
	height:18px;
}
body.tabs div.tabs li.selected a, body.tabs div.tabs li.selected a:link, body.tabs div.tabs li.selected a:active, body.tabs div.tabs li.selected a:visited {
	background-position:100% -36px;
	color:#D42690;
	height:18px;
}
body.tabs div.tabs li:hover, body.tabs div.tabs li:hover a, div.tabs li.sfhover, div tab li.sfhover a {
	background-position:0 -36px;
	color:#EC97BB;
}
body.tabs div.tabs li:hover a, div.tabs li.sfhover a {
	background-position:100% -36px;
} /* use this if javascript is turned off */
div.tabBody {
	text-align: left;
	vertical-align: top;
	width:574px;
	background-image:url(images/mainwhitebg.png);
	background-repeat:repeat-y;
}
div.tabItem {
	border: 1px solid #765;
	padding: 0;
	margin-left: 0px;
	margin-top:0px;
	margin-right: 0px;
	width:544px;
}
body.tabs div.tabBody div.tabItem {
	border: 0;
	padding: 0;
	margin-left: 15px;
	margin-top:0px;
	margin-right: 10px;
	width:544px;
	display: none;
}
body.tabs div.tabBody div.selected {
	display: block;
}

.tabItem a:hover img {
filter:alpha(opacity=50);-moz-opacity:.5;opacity:.5;
}
.tabItem .button a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
}
.tabtitle {
	font-size: 16px;
	color: #1F677C;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.tabItem p {
	display:block;
	text-align:justify;
}
#basket {
	padding:5px 0 5px;
	float:right;
	width:235px;
	text-align:left;
	margin: 0px;
}
#basket input {
	margin: 0px;
	padding: 0px;
    display: block;
	border:0 none;
	background-color:#ffffff;
}
#main_image {
	float: left;
	width: 295px;
	margin:0;
	padding:0;
}
#main_image img{
	float: right;
	display: block;
	margin-bottom: 5px;
	margin-right: 5px;
}
#tabbedInfo {
	float:right;
	width:235px;
	text-align:left;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FBBE91;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 5px;
	font-size:12px;
	color:#5A1060;
}
#tabbedInfo_right {
	float:right;
	width:240px;
	display:block;
	text-align:left;
	margin: 0;
	padding: 0;
}
.maincontent {
	border-bottom-width: 2px; 
	border-bottom-style: dotted; 
	border-bottom-color: #fbbe91;
	border-top-width: 2px; 
	border-top-style: dotted;
	border-top-color: #fbbe91;
	width:543px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	text-align:justify;
	}
.maincontent2 {
	border-bottom-width: 2px; 
	border-bottom-style: dotted; 
	border-bottom-color: #fbbe91;
	width:543px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	text-align:justify;
	}

/* main- item link */
ul.item-link {
	margin: 0px 0 0 20px;
	padding:0 0px 0 0;
	list-style: none;
	float:left;	
	list-style-image: url(images/pinkbevel.gif);
	list-style-position: outside;
}
.item-link li {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px; font-weight:bold;
	text-decoration:none;color:#D42690;
}
.maincontent ul, .bulletlist ul{	margin: 5px 0 9px 30px;
	padding:0 0px 0 0;
	list-style: none;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	list-style-image: url(images/pinkbevel.gif);
	list-style-position: outside;
}
.bulletlist li{
margin-bottom:10px;
}
span.bulletlist{
color:#94807C;}