

/* begin widgetSearch */
/* used in templates/cart.search.tem.php */

#widgetSearch {
	color:#464646;
float:right;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
margin-top:11px;
text-align:left;
width:260px;
margin-bottom:3px;
margin-right:30px;
}

#widgetSearch .top {
	background:url(../images/line2.gif) no-repeat right top;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	 -moz-border-radius: 5px;
	 -webkit-border-radius:5px; 
}

#widgetSearch .body {
	height: 25px;
}

#widgetSearch .body .field {
	float: left;
	padding-left:62px;
padding-top:1px;
}

#widgetSearch .body .field input {
	border:1px solid #3C5446;
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
margin-bottom:0;
margin-right:8px;
margin-top:0;
padding:4px 5px;
width:155px;
	 
}

#widgetSearch .body .button input {
	color: #464646;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#widgetSearch .body .button {
	background:url(../images/tiny_btn.gif) no-repeat center center;
	font-weight: bold;
	font-size: 11px;
	float: left;
	width: 25px;
	height: 19px;
	padding-left: 2px;
	text-align: center;
	vertical-align: middle;
}

#widgetSearch .body .button  a {
	color: #FFFFFF;
	text-decoration: none;
}

#widgetSearch .body .button a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#widgetSearch .advanced {
	font-size: 9px;
	margin-left: 15px;
}

#widgetSearch .advanced a {
	color: #FFFFFF;
	text-decoration: underline;
}

#widgetSearch .advanced a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#widgetSearch .btm {
	background:url(../images/line3.gif) no-repeat right bottom;
	padding-left: 15px;
	padding-top: 8px;
	font-weight: bold;
	color: #E50029;
	font-size: 14px;
}

/* end widgetSearch */



/* begin widgetSubscribe */
/* used in templates/cart.subscribe.tem.php */

#widgetSubscribe {
	
	float: left;
	color: #464646;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

#widgetSubscribe .top {
	background:url(../images/line2.gif) no-repeat right top;
	
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	padding-top:10px;
}

#widgetSubscribe .body {
	height: 25px;
}

#widgetSubscribe .body .field {
	float: left;
	
}

#widgetSubscribe .body .field input {
	width: 150px;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding:4px 5px;
	border:1px solid #3C5446;
	margin-bottom:5px;
	
}

#widgetSubscribe .body .button input {
	color: #464646;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#widgetSubscribe .body .button {
	background:url(../images/tiny_btn.gif) no-repeat center center;
	font-weight: bold;
	font-size: 11px;
	float: left;
	width: 25px;
	height: 19px;
	padding-left: 2px;
	text-align: center;
	vertical-align: middle;
}

#widgetSubscribe .body .button  a {
	color: #FFFFFF;
	text-decoration: none;
}

#widgetSubscribe .body .button a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#widgetSubscribe .btm {
	background:url(../images/line3.gif) no-repeat right bottom;
	
	font-weight: bold;
	color: #E50029;
	font-size: 14px;
}

/* end widgetSubscribe */




/* begin widgetTopSellers */
/* used in templates/cart.top.sellers.tem.php */

#widgetTopSellers {
	/*background: url(../images/li.gif);*/
	float: left;
	color: #464646;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	text-align: left;
}

#widgetTopSellers .top {
	/*background:url(../images/line.gif) no-repeat right top;*/
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	color: #E50029;
	font-size: 14px;
	text-align: left;
}

#widgetTopSellers .body {
	padding-left: 15px;
	padding-right: 15px;
	height: auto;
	margin-bottom: 10px;
}

#widgetTopSellers .body .photo {
	width: auto;
	float: left;
}

#widgetTopSellers .body .title {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	line-height: 16px;
}

#widgetTopSellers .body .title a {
	color: #E50029;
	text-decoration: underline;
}

#widgetTopSellers .body .title a:hover {
	color: #E50029;
	text-decoration: none;
}

#widgetTopSellers .body .sprice {
	float: right;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	line-height: 18px;
	padding-top: 8px;
	width: 75px;
}

#widgetTopSellers .body .sdetails {
	background:url(../images/small_btn.gif) no-repeat center center;
	font-weight: bold;
	font-size: 11px;
	float: right;
	clear: right;
	padding-top: 10px;
	padding-bottom: 6px;
	width: 64px;
	height: 19px;
	text-align: center;
	vertical-align: middle;
}

#widgetTopSellers .body .sdetails a {
	color: #FFFFFF;
	text-decoration: none;
}

#widgetTopSellers .body .sdetails a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#widgetTopSellers .body .all-link  {
	padding-top: 15px;
	float: right;
	clear: right;
	width: 100px;
	text-align: right;
}

#widgetTopSellers .body .all-link a {
	color: #E50029;
	text-decoration: underline;
}

#widgetTopSellers .body .all-link a:hover {
	color: #E50029;
	text-decoration: none;
}

#widgetTopSellers .btm {
	background:url(../images/line1.gif) no-repeat right bottom;
	padding-left: 15px;
	padding-top: 8px;
	font-weight: bold;
	color: #E50029;
	font-size: 14px;
	clear: left;
}

/* end widgetTopSellers */






/* begin widgetSpecials */
/* used in templates/cart.specials.tem.php */

#widgetSpecials {
	margin-top: 15px;
	/*background: url(../images/li.gif);*/
	float: left;
	color: #464646;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	text-align: left;
}

#widgetSpecials .top {
	/*background:url(../images/line.gif) no-repeat right top;*/
	padding-bottom: 3px;
	font-weight: bold;
	color: #E50029;
	font-size: 14px;
	text-align: left;
}

#widgetSpecials .body {
	height: auto;
	margin-bottom: 10px;
}

#widgetSpecials .body .photo {
	width: auto;
	float: left;
}

#widgetSpecials .body .title {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	line-height: 16px;
}

#widgetSpecials .body .title a {
	color: #E50029;
	text-decoration: underline;
}

#widgetSpecials .body .title a:hover {
	color: #E50029;
	text-decoration: none;
}

#widgetSpecials .body .sprice {
	float: right;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	line-height: 18px;
	padding-top: 8px;
	width: 75px;
}

#widgetSpecials .body .sdetails {
	background:url(../images/small_btn.gif) no-repeat center center;
	font-weight: bold;
	font-size: 11px;
	float: right;
	clear: right;
	padding-top: 10px;
	padding-bottom: 6px;
	width: 64px;
	height: 19px;
	text-align: center;
	vertical-align: middle;
}

#widgetSpecials .body .sdetails a {
	color: #FFFFFF;
	text-decoration: none;
}

#widgetSpecials .body .sdetails a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#widgetSpecials .body .all-link  {
	padding-top: 15px;
	float: right;
	clear: right;
	width: 100px;
	text-align: right;
}

#widgetSpecials .body .all-link a {
	color: #E50029;
	text-decoration: underline;
}

#widgetSpecials .body .all-link a:hover {
	color: #E50029;
	text-decoration: none;
}

#widgetSpecials .btm {
	background:url(../images/line1.gif) no-repeat right bottom;
	padding-left: 15px;
	padding-top: 8px;
	font-weight: bold;
	color: #E50029;
	font-size: 14px;
	clear: left;
}

/* end widgetSpecials */
