﻿.foo {
}
/********** SEARCH PAGE **********/
.searchPanel {
	margin-bottom: 15px;
	padding: 0px;
}
.searchPanel .title {
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	white-space: nowrap;
	text-transform: uppercase;
	clear: both;
}
.searchPanel .searchInput {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 10px;
}
.searchPanel .searchResults {
	padding-top: 10px;
}
.searchPanel .searchResults .result {
	font-weight: bold;
	color: #555;
}
.searchResults .ProductList1 {
	margin-left: 0px;
}
.searchResults .ProductList1 .ItemBox {
	text-align: left;
	clear: both;
	position: relative;
	margin-bottom: 10px;
}
.searchResults .ProductList1 .ProductItem {
	border-bottom: 1px solid #d7d7d7;
}
.searchResults .ProductList1 .ProductItem .title {
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 10px;
}
.searchResults .ProductList1 .ProductItem .title a {
	display: block;
	height: 2em;
	line-height: 1.3em;
	padding: 4px 10px 8px 0px;
}
.searchResults .ProductList1 .ProductItem .picture {
	margin: 10px 0 10px 10px;
}
.searchResults .ProductList1 .ProductItem .description {
	padding: 0px 0 0 10px;
	text-align: left;
	border-left: solid 1px #e3e3e3;
	color: #555;
}
.searchResults .ProductList1 .ProductItem .prices-wrapper {
	float: right;
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 5px;
}
.searchResults .ProductList1 .ProductItem .prices {
	font-size: 11px;
}
.searchResults .ProductList1 .ProductItem .prices .productPrice {
	color: green;
	font-weight: bold;
	font-size: 13px;
}
.searchResults .ProductList1 .ProductItem .prices .oldproductPrice {
	color: Red;
	text-decoration: line-through;
}
.searchResults .ProductList1 .ProductItem .buttons {
	padding-top: 20px;
}
/********** CONTACT US FORM **********/
.contactform {
	padding-left: 20px;
}
.contactform .title {
	font-size: 1.1em;
	padding: 0 0 5px 0;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}
.contactform .button {
	text-align: right;
}
.contactform .info {
}
.contactform .sendEmail {
}
.contactform .contactform {
}
/********** BREADCRUMB **********/
.breadcrumb {
	float: left;
	padding: 0px;
	margin: 10px 0px 0px 10px;
	text-transform: lowercase;
	font-size: 11px;
}
.breadcrumb a {
	text-decoration: none;
	color: #999999;
}
.breadcrumb a:hover {
	text-decoration: underline;
	color: #0276a7;
}
.breadcrumb span {
	color: #34a3d1;
	font-weight: normal;
}
.breadcrumb .nav-home {
	font-weight: bold;
	font-size: 13px;
	text-transform: none;
	color: #027aac;
}
.breadcrumb .nav-home:hover {
	color: #fe9831;
}
.breadcrumb .active {
	font-weight: normal;
	text-transform: none;
}
/********** NEWS LIST **********/
.newslist {
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}
.newslist .title {
	padding: 10px 0px 1px 0px;
	margin: 0 5px 10px 5px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	font-size: 1.1em;
	color: #3a3a3a;
	border-bottom: solid 1px #999;
}
.newslist .newsitems {
	margin: 0px 5px 0 5px;
	padding: 0px 0 0 0;
}
.newslist .newsitems .item {
	border-bottom: dashed 1px #9a9a9a;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.newslist .newsitems .newsDate {
	color: #9a9a9a;
	font-style: italic;
}
.newslist .newsitems a.newsTitle {
	color: #444;
	text-decoration: none;
	font-size: 1.2em;
}
.newslist .newsitems a.newsTitle:hover {
	text-decoration: underline;
}
.newslist .newsitems .newsDetails {
	margin-top: 10px;
	margin-bottom: 10px;
}
.newslist .newsitems .newsReadMore {
	font-weight: bold;
	text-decoration: none;
	color: #ff9933;
	background-color: inherit;
}
/********** NEWS DETAILS **********/
.newsitem {
	padding: 5px;
}
.newsitem .title {
	padding: 10px 10px 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #3a3a3a;
}
.newsitem .newsDate {
	color: #9a9a9a;
	font-style: italic;
}
.newsitem .newsbody {
	margin: 0px;
	padding: 0px;
	width: 747px;
	text-align: justify;
}
.newsComments {
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}
.newsComments .title {
	padding: 10px 10px 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #3a3a3a;
}
.newsComments .newComment {
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}
.newsComments .newComment td.leaveTitle {
	padding: 0px 10px 10px 0px;
	font-weight: bold;
	font-size: 1.1em;
	color: #3a3a3a;
}
.newsComments .newComment td.button {
	text-align: right;
}
.newsComments .commentList {
	margin: 10px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #555D65;
	background-color: inherit;
	width: 747px;
}
.newsComments .commentList .comment {
	border: 1px solid #d3d3d3;
	margin-top: 10px;
	padding: 10px;
	clear: both;
}
/********** BLOG LIST **********/
.blog {
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
	width: 750px;
	text-align: justify;
}
.blog .title {
	padding: 10px 0px 1px 0px;
	margin: 0 5px 10px 5px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	font-size: 1.1em;
	color: #3a3a3a;
	border-bottom: solid 1px #999;
}
.blogposts .post .blogDate {
	color: #9a9a9a;
	font-style: italic;
}
.blogposts .post a.blogTitle {
	color: #444;
	text-decoration: none;
	font-size: 1.2em;
}
.blogposts .post a.blogTitle:Hover {
	text-decoration: underline;
}
.blog .blogposts {
	margin: 0px 5px 0 5px;
	padding: 0px 0 0 0;
}
.blog .blogposts .post {
	border-bottom: dashed 1px #9a9a9a;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.blog .blogposts .blogBody {
	margin-top: 10px;
	margin-bottom: 10px;
}
.blog .blogposts .blogDetails {
	font-weight: bold;
	text-decoration: none;
	color: #ff9933;
	background-color: inherit;
}
/********** BLOG DETAILS **********/
.blogpost {
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}
.blogpost .title {
	padding: 10px 10px 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #3a3a3a;
}
.blogpost .postDate {
	color: #9a9a9a;
	font-style: italic;
}
.blogpost .postbody {
	text-align: justify;
	width: 747px;
}
.blogComments {
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}
.blogComments .title {
	padding: 10px 10px 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #3a3a3a;
}
.blogComments .newComment {
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}
.blogComments .newComment td.leaveTitle {
	padding: 0px 10px 10px 0px;
	font-weight: bold;
	font-size: 1.1em;
	color: #3a3a3a;
}
.blogComments .newComment td.button {
	text-align: right;
}
.blogComments .commentList {
	margin: 10px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #555D65;
	background-color: inherit;
}
.blogComments .commentList .comment {
	border: 1px solid rgb(232, 230, 210);
	margin-top: 10px;
	padding: 10px;
	clear: both;
}
/********** POLLS **********/
.todaysPollBox {
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}
.todaysPollBox .title {
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}
.todaysPollBox .pollItem {
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}
.pollBlock {
	float: left;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
}
.pollTakePoll, .pollResults {
	border: dashed 1px #666;
	padding: 5px;
	margin-top: 10px;
}
.pollDisplayText {
	font-weight: bold;
}
.pollTotalVotes {
	font-style: italic;
}
/********** EMAIL A FRIEND PAGE **********/
.emailafriendBox {
	margin-bottom: 15px;
	padding: 0px;
}
.emailafriendBox .title {
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}
.emailafriendBox .sendEmail {
	border-top: 1px solid #d7d7d7;
	margin-top: 10px;
	padding: 0 0 10px 10px;
}
.emailafriendBox .sendEmail .product {
	font-weight: bold;
}
.emailafriendBox .sendEmail .description {
}
.emailafriendBox .sendEmail .confirm {
	font-weight: bold;
}
/********** RATING **********/
.ratingStar {
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}
.filledRatingStar {
	background-image: url(Images/FilledStar.png);
}
.emptyRatingStar {
	background-image: url(Images/EmptyStar.png);
}
.savedRatingStar {
	background-image: url(Images/SavedStar.png);
}
/***************** Sign Up newsletter ***********/
.signup-email {
	background-image: url(images/bg/su-text-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 45px;
	text-align: center;
	padding: 0px 10px;
	padding-top: 15px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #0879a7;
}
.signup-email-2 {
	background-image: url(images/bg/su-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 59px;
	padding-top: 9px;
	padding-left: 10px;
	padding-right: 10px;
}
.signup-email-2 input[type=submit] {
	background-image: url(images/buttons/btnGo.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 39px;
	border: 0px;
}
.signup-email-2 .email div {
	border: 1px #b67aff solid;
	height: 28px;
	line-height: 28px;
	background-color: white;
	display: table-cell;
}
.signup-email-2 .textBox {
	border: 0px;
	background-image: none;
}
/************* sign-up-event ***************/
.sign-up-event {
	background-image: url(images/bg/sign-up-event-bg.jpg);
	background-position: -10px center;
	height: 120px;
	width: 223px;
}
.sign-up-event .sign-up {
	margin-top: 25px;
	margin-left: 85px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/buttons/signup.png);
	background-repeat: no-repeat;
	line-height: 30px;
	text-align: center;
}
/************ Review **************/
.writeProductReviewBox {
	padding: 10px;
}
/********** Mini Calendar ************/
.event-note, .event-note-alt {
	background-image: url(images/icons/gift-icon.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding: 3px 3px 3px 20px;
	background-color: #e4e4e4;
}
.event-note-alt {
	background-color: white;
}
/************* Calendar ************/
#ctl00_cphContent_CustomerTabs_pnlCalendar_ctrlCalendar_txMemo {
	background-image: none;
	background-color: #FFFFCC;
	border: 1px #fff58f solid;
}
/******** Customer Info ***********/
.required-filed {
	text-decoration: underline;
}
/******** Left Menu ********/
.dot-color {
	background-image: url(images/bg/dot-color2.png);
	color: #45431f;
	font-weight: bold;
	cursor: help;
	padding: 5px 0px 5px 77px;
}
.img-bns {
	background-image: url(images/bn/free-delivery.jpg);
	height: 132px;
	background-position: -2px top;
	background-repeat: no-repeat;
}
/************ Order Summary ****************/
.order-summary-title {
	padding: 15px 0px 0px 5px;
	font-weight: bold;
	clear: both;
	border-bottom: 1px green solid;
	font-weight: bold;
	color: green;
	font-size: 13px;
}

