@charset "utf-8";
/* CSS Document */

body{
	background-color: #f995c2;
	background-image: url(../images/body_bg_bw.jpg);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
h1{
	font-size: 1.7em;
	color: #CC0000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
}
h3{
	font-size: 0.7em;
	color: #666666;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
h4{
	font-size: 0.9em;
	color: #333333;	
}
img{
	
	padding: 5px;
	border: thin solid #FF6600;
}
#crossSelling h2{
	font-size: 1.5em;
	color: #990000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #993366;
	visibility: hidden;
}
#crossSelling h3{
	font-size: 1.4em;
	color: #CC0000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
	
}
ul{
	text-align: left;
	left: 5px;
	list-style-image: none;
	list-style-type: none;
}

li{
	text-align: left;
	margin-left: 5px;
	list-style-type: none;
}


#links a:link{
	color: #F39;
	text-decoration: none;
}
#links a:visited{
	color: #F39;
	text-decoration: none;
}
#links a:active{
	color: #F39;
	text-decoration: none;
}
#links a:hover{
	color: #639;
	text-decoration: underline;
}




a:link{
	color: #000000;
	text-decoration: none;
}
a:visited{
	color: #000000;
	text-decoration: none;
}
a:active{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #CC0000;
	text-decoration: underline;
}

.leftMenuLinks a:hover{
	
	display: block;	
}
#container{
	background-color: #f995c2;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	width: 960px;
	margin: 0 auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#header{
	width: 960px;
	height: 150px;
	background: url(../images/header1.jpg);
	font-size: 1em;
}
#leftMenu{
	width: 120px;
	height: 490px;
	float: left;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 45px;
	padding-bottom: 25px;
	padding-left: 25px;
	line-height: 1.6em;
}
#logo{
	width: 380px;
	height: 150px;
	float:left;
	background-image: url(../images/header_logo.png);
	background-repeat: no-repeat;
}
#account{
	width: 332px;
	height: 150px;
	float:left;
}
#shopBasket{
	width: 228px;
	height: 150px;
	float:left;
	background-image: url(../images/shop_bag.png);
	background-repeat: no-repeat;
	padding-right: 20px;
	
	font-size: 0.9em;
	
	background-position: right;	
}
#shopBasket .shopbasket{
	width: 215px;
	float:left;
	height: 130px;
	overflow: auto;
	overflow-x:hidden;
	margin-top: 38px;
	margin-left: 10px;
}
#mainContent{
	width: 940px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;	

}
#centerContent1{
	width: 530px;
	height: 620px;
	padding: 5px;
	float: left;
	overflow: auto;
	overflow-x:hidden;
}
#centerContent{
	width: 530px;
	
	padding: 5px;
	float: left;

}
#checkoutContent{
	width: 522px;
	height: 620px;
	padding: 5px;
	float: left;
	background-color: #FFFFFF;
	border: medium dotted #66CC00;
	overflow: auto;
	overflow-x:hidden;
}
#centerContentSearch{
	width: 530px;
	padding: 5px;
	float: left;
	height: auto;
}
#centerContent .offerbox{
	width: 500px;
	height: 230px;
	padding: 40px;
	margin-bottom: 0px;
	margin-top: 10px;
	background-image: url(../images/bottom_content_bg.png);
	background-repeat: no-repeat;
}
#centerContent .newstockbox{
	width: 500px;
	height: 250px;
	padding: 10px;
	margin-bottom: 0px;
	margin-top: 5px;
	background-color: #FFFFFF;
	border: thin solid #CC33CC;	
}
#centerContent .offerboxtext{
	width: 480px;
	height: 150px;
	background-repeat: no-repeat;
	overflow: auto;
}
#rightMenu{
	width: 150px;
	float: left;
	background-image: url(../images/menu_right_bg.png);
	background-repeat: no-repeat;
	height: 490px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#footer{
	width: 920px;
	padding: 20px;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 0.8em;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
}
.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 20px;
	font-size: 1px;	
}
h2{
	font-size: 1.2em;
	color: #88CE06;
	font-weight: bold;
}
.cleaner {
	clear: both;
	width: 100%;
	height: 5px;
	font-size: 1px;	
}
.testimonials{
	height: 50px;
	width: 895px;
	border: 2px solid #CC33CC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #CC6699;
	word-spacing: 0.1em;
	text-align: center;
	padding-top: 1px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(../images/sweet_testimonials.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFCCFF;
	font-weight: bold;
	margin-top: 80px;
	z-index: 999;
}
.testimonials_name{
	font-size: 0.6em;
	font-style: oblique;
	color: #666666;
}
.testimonials_feedback{
	font-size: 0.4em;
	color: #666666;
	text-align: left;
}

#carousel
{
	width: 630px;
	height: 290px;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -320px;
}

#carousel a
{
	position: absolute;
	width: 150px;
}
img
{
	border: none;
}
*
{		
	margin: 0;
	padding: 0;
}
#logo_bg{
	background-image: url(../images/header_logo_small.png);
	background-repeat: no-repeat;
	padding: 25px;
}
#registerform{
	color: #990000;	
}
#sweetDetail{
	height: auto;
}
#crossSelling{
	height: 150px;
	margin-bottom: 10px;
}
#crossSellingDetail{
	height: 150px;
	float: left;
	width: 152px;
	background-color: #FFFFFF;
	padding: 5px;
	margin-left: 5px;
	border: medium solid #FF8B17;
	margin-top: 5px;
	text-align: center;
}

#newStockPic{
	height: 60px;
	float: left;
	width: 245px;
	background-color: #FFFFFF;
	padding: 2px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: left;
	vertical-align: top;
	border: thin solid #FF8B17;
	overflow: hidden;
}
.sweetPic{
	padding: 5px;
	float: left;
	width: 200px;
}
#sweetOptions{
	padding: 5px;
	float: left;
	width: 300px;
	font-size: 1.3em;
	/*background-color: #FFFFFF;*/
	/*border: medium dotted #FF8B17;
	height:280px;
	overflow:auto;*/
}
.ingredients{
	padding: 5px;
	float: left;
	width: 305px;
	font-size: 0.8em;
	background-color: #FFFFFF;
	filter: Alpha(Opacity=40);
	border: thin solid #CC99CC;
	max-height:90px;
	overflow: auto;
}
.price{
	float: left;
	width: 90px;
	font-size: 0.8em;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height: 20px;
	margin-top: 10px;
}
#checkout{
	text-align: right;
	padding-top: 35px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#btnSearch{
	font-weight: bold;
	color: #000000;
	border: 1px solid #FF3366;
	padding: 4px;
	background-color: #FFE6E6;
}
#jq_search{
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
	border: thin solid #669900;
	font-size: 0.9em;
	padding: 5px;
}
#btnSearch_main{
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FF3366;
	padding: 1px;
	
}
#searchBtn{
	float: left;
	width: 75px;
	padding-top: 25px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left:20px;
	
}
#jq_search_main{
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #FF3366;
	font-size: 0.9em;
	padding: 3px;
	width: 205px;
}
#brand{
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #FF3366;
	font-size: 0.9em;
	padding: 3px;
	width: 213px;
}
#sweetdetailList{
	background-color: #FFFFFF;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #339900;
	padding: 10px;
	height: 90px;
	margin-bottom: 5px;
	float: left;
	width: 90px;
	border-top-width: medium;
	border-left-width: medium;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #339900;
	border-left-color: #339900;
}
#sweetdetailListRight{
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
	float: left;
	width: 136px;
	height: 165px;
	overflow: hidden;
	margin-left: 10px;
	text-align: center;
	border: thin solid #FF0099;
}

#sweetdetailListRight h2{
	font-size: 1em;
	color: #000000;
}
#innerfadeTicker{
	text-align: left;
	padding-left: 5px;
}
#innerfadeTicker1{
	text-align: left;
	padding-left: 0px;
}
#innerfadeNews{
	font-size: 1.2em;
	color: #CC6699;
	/*background-color: #FFE6E6;
	border: thin solid #FFFFFF;
	overflow: hidden;
	filter: Alpha(Opacity=80);
	height: 20px;*/
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;	
}
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 100%;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 120px;
	height: 80px;
}
ul.thumb li img {
	width: 110px; height: 70px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 2px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(../images/thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect*/
	border: none; /* Get rid of border on hover */
}
#tooltip{
	padding: 0px;
	font-size: 2em;
	color: #993366;
	font-weight: bold;
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.sweetPic img.mainPic {
	width: 190px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px dotted #990000;
	padding: 5px;
	background-color: #F9F9F9;
}

.descriptionText{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	
}
#bgfader{
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;

}

#pagination-flickr {
	width:220px;
	text-align:right;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#pagination-flickr a{
	border:1px solid #000000;
	margin-right:2px;
}
#pagination-flickr .previous-off,
#pagination-flickr .next-off {
	color:#666666;
	display:block;
	float:left;
	padding:3px 4px;
	filter: Gray;
	visibility: hidden;
}
#pagination-flickr .next a,
#pagination-flickr .previous a {
	font-weight:bold;
	border:solid 1px #FFFFFF;
	float: left;
} 
#pagination-flickr .active{
	color:#33CC00;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
}
#pagination-flickr a:link,
#pagination-flickr a:visited {
	color:#000000;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
	background-color: #FFECEE;
}
#pagination-flickr a:hover{
	border:1px solid #FF3366;
	background-color: #FFFFFF;
}
#showbasket{
	background-color: #000000;
	color: #FFFFFF;
	padding: 10px;
	font-size: 0.7em;
	border: 1px solid #FFFFFF;
}
#showbasket a{
	color: #FF99CC;
	font-weight: bold;
}