
/* widgets definitions */

.noItems {
	padding-top: 5px;
	padding: 5px;
	padding-left: 15px;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
}


/* begin widgetSidebar */
/* used in templates/cart.sidebar.tem.php */

#widgetSidebar {
	font-family: Tahoma;
	padding-top: 10px;
	width: 160px;
	height: auto;
	text-align: right;
	float: right;
}

#widgetSidebar .top {
	background: url(../../design/images/z1.gif);
	background-repeat: no-repeat;
	background-position:  4em;
	padding: 2px;
}

#widgetSidebar .top a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #E50029;
}

#widgetSidebar .top a:hover {
	color: #E50029;
	text-decoration: none;
}

#widgetSidebar .body {

}

#widgetSidebar .body .items {
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #5C5C5C;
}

#widgetSidebar .body .subtotal {
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #5C5C5C;
}

#widgetSidebar .btm { }

/* end widgetSidebar */




/* begin widgetSidebarDetailed */
/* used in templates/cart.sidebar.detailed.tem.php */

#widgetSidebarDetailed {
	float: right;
	font-size: 10px;
	font-family: Tahoma;
	width: 220px;
	text-align: left;
	border: 1px solid #000000;
	margin: 0px;
	margin-top: 10px;
}

#widgetSidebarDetailed form {
	margin: 0;
	padding: 0;
}

#widgetSidebarDetailed form table {
	padding: 0;
	margin: 0;
}

#widgetSidebarDetailed .top {
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

#widgetSidebarDetailed .items {
	padding: 2px;
	font-size: 11px;
}

#widgetSidebarDetailed .price {
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
}

#widgetSidebarDetailed .btm { }

/* end widgetSidebarDetailed */





/* begin widgetLanguage */
/* used in templates/cart.language.tem.php */

#widgetLanguage {
	padding-top: 10px;
	float: right;
	color: #464646;
	font-size: 10px;
	font-family: Tahoma;
	height: 20px;
	width: 170px;
	text-align: right;
	margin-left: 10px;
}

#widgetLanguage .top {
	float: left;
}

#widgetLanguage .body {
	float: right;
}

#widgetLanguage .body select {
	width: 116px;
	height: 18px;
	color: #464646;
	font-size: 10px;
	padding-left: 4px;
}

#widgetLanguage .btm {

}

/* end widgetLanguage */











/* begin widgetCurrency */
/* used in templates/cart.currency.tem.php */

#widgetCurrency {
	padding-top: 10px;
	float: right;
	color: #464646;
	font-size: 10px;
	font-family: Tahoma;
	height: auto;
	width: 192px;
	text-align: right;
}

#widgetCurrency .top {
	float: left;
}

#widgetCurrency .body {
	float: right;
}

#widgetCurrency .body select {
	width: 116px;
	height: 18px;
	color: #464646;
	font-size: 10px;
	padding-left: 4px;
}

#widgetCurrency .btm {

}

/* end widgetCurrency */



/* begin widgetVendors */
/* used in templates/cart.vendors.tem.php */

#widgetVendors {
	margin-top: 15px;
	background: url(../../design/images/li.gif); 
	float: right;
	color: #464646;
	font-size: 10px;
	font-family: Tahoma;
	width: 260px;
	text-align: left;
}

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

#widgetVendors .body {
	margin-bottom: 5px;
}

#widgetVendors .body ul {
	padding: 0;
	margin: 0 0 0 1px;
	list-style: none;
	text-align: left;
}

#widgetVendors .body ul li {
	padding-left: 40px;
	background-image: url(../../design/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2em;
	font-size: 13px;
}

#widgetVendors .body ul li a {
	color: #424242;
	text-decoration: underline;
	line-height: 20px;
}

#widgetVendors .body ul li a:hover {
	color: #424242;
	text-decoration: none;
}

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

/* end widgetVendors */















/* begin widgetCategories */
/* used in templates/cart.categories.tem.php */

#widgetCategories {
	width: 400px;
	float:none;
	padding-bottom:12px;
}

#widgetCategories .top {
	display: none;
	visibility: hidden;
}



#widgetCategories .body {
	margin-bottom: 5px;
}

#widgetCategories .body ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}

#widgetCategories .body  li {
	display:block;
	width:auto!important;
	float:left;
	padding:2px 5px 8px 0;
	font-size: 1.1em;
	white-space:nowrap;
}

#widgetCategories .body  a {
	color: white;
	font-weight: bold;
	background: #652403;
	text-decoration: none;
	padding: 4px 10px;
}

#widgetCategories .body ul li a:hover,
#widgetCategories .body ul li.on a {
	background: #E76118;
	text-decoration: none;
}

/* end widgetCategories */






/* begin widgetRewardPoints */
/* used in templates/cart.reward.points.tem.php */

#widgetRewardPoints {
	margin-top: 15px;
	background-color: #878787; 
	float: right;
	color: #464646;
	font-size: 10px;
	font-family: Tahoma;
	width: 260px;
	text-align: left;
}

#widgetRewardPoints .top {
	background:url(../../design/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;
}

#widgetRewardPoints .body {
	padding-left: 15px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
}

#widgetRewardPoints .body a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

#widgetRewardPoints .body a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

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

/* end widgetRewardPoints */











/* begin widgetInformation */
/* used in templates/cart.information.tem.php */

#widgetInformation {
	margin-top: 15px;
	background-color: #878787; 
	float: right;
	color: #464646;
	font-size: 10px;
	font-family: Tahoma;
	width: 260px;
	text-align: left;
}

#widgetInformation .top {
	background:url(../../design/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;
}

#widgetInformation .body {
	margin-bottom: 5px;
}

#widgetInformation .body ul {
	padding: 0;
	margin: 0 0 0 1px;
	list-style: none;
	text-align: left;
}

#widgetInformation .body ul li {
	padding-left: 40px;
	background-image: url(../../design/images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 2em;
	font-size: 13px;
}

#widgetInformation .body ul li a {
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 20px;
}

#widgetInformation .body ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

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

/* end widgetInformation */









/* begin widgetNewArrivals */
/* used in templates/cart.new.arrivals.tem.php */

#widgetNewArrivals {
	margin-top: 15px;
	background: url(../../design/images/li.gif); 
	float: right;
	color: #464646;
	font-size: 10px;
	font-family: Tahoma;
	width: 260px;
	text-align: left;
}

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

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

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

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

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

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

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

#widgetNewArrivals .body .sdetails {
	background:url(../../design/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;
}

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

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

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

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

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

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

/* end widgetNewArrivals */








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

#widgetSpecials {
	margin-top: 15px;
	background: url(../../design/images/li.gif); 
	float: right;
	color: #464646;
	font-size: 10px;
	font-family: Tahoma;
	width: 260px;
	text-align: left;
}

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

#widgetSpecials .body {
	padding-left: 15px;
	padding-right: 15px;
	height: 125px;
	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(../../design/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(../../design/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 */













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

#widgetTopSellers {
	margin-top: 15px;
	background: url(../../design/images/li.gif); 
	float: right;
	color: #464646;
	font-size: 10px;
	font-family: Tahoma;
	width: 260px;
	text-align: left;
}

#widgetTopSellers .top {
	background:url(../../design/images/line.gif) no-repeat right top;
	padding-left: 15px;
	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: 125px;
	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(../../design/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(../../design/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 widgetRelated */
/* used in templates/cart.related.tem.php */

.cart #col_R .wdg {
	width: 130px;
	float:right;
	margin-bottom: 15px;
	text-align: center;
}

.cart #col_R .wdg .top {
margin-bottom:5px;
}

#widgetRelated .content-odd {
}

#widgetRelated .content-even {
}

.cart #col_R .wdg .title {
font-size:1.1em;
}

.cart #col_R .wdg .title a {
	font-weight: bold;
	text-decoration: none;
}

.cart #col_R .wdg .title a:hover {
	text-decoration: none;
}

.cart #col_R .wdg .photo {
margin-bottom:10px;
}

.cart #col_R .wdg img {
	width: 126px;
	border-width: 2px;
	}

.cart #col_R .wdg .details {
}

.cart #col_R .wdg .details .sprice {
	font-weight: bold;
}

.cart #col_R .wdg .details .detailsBtn {
	
	text-align: center;
}

.cart #col_R .wdg .details .detailsBtn a {

}

.cart #col_R .wdg .details .detailsBtn a:hover {
	text-decoration: underline;
}

/* end widgetRelated */


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

#widgetSubscribe {
	margin-top: 15px;
	background-color: #878787; 
	float: right;
	color: #464646;
	font-size: 10px;
	font-family: Tahoma;
	width: 260px;
	text-align: left;
}

#widgetSubscribe .top {
	background:url(../../design/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;
}

#widgetSubscribe .body {
	height: 25px;
}

#widgetSubscribe .body .field {
	float: left;
	padding-left: 15px;
}

#widgetSubscribe .body .field input {
	width: 150px;
	color: #464646;
	font-size: 11px;
	font-family: Tahoma;
	padding-left: 4px;
}

#widgetSubscribe .body .button input {
	color: #464646;
	font-size: 11px;
	font-family: Tahoma;
}

#widgetSubscribe .body .button {
	background:url(../../design/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(../../design/images/line3.gif) no-repeat right bottom;
	padding-left: 15px;
	padding-top: 8px;
	font-weight: bold;
	color: #E50029;
	font-size: 14px;
}

/* end widgetSubscribe */



/* begin widgetPagination */
/* used in templates/cart.list.pagination.tem.php */


#widgetPagination {
	height:15px;
	margin: 10px 40px -15px 40px;
}

#widgetPagination .pagination {
	float:right;
	text-align:right;
}

#widgetPagination .display {
	float:left;
}
/* end widgetPagination */

#widgetProdThumbnails {
	float:none;
	clear:both;
	margin-left: -7px;
	padding-top:20px;
	}

/*
#prodThumbnails {
margin-left:-15px;
}
#prodThumbnails td {
width: 417px;
}
#prodThumbnails td.nav {
width: 15px;
}
*/

#widgetProdThumbnails a {
	padding: 0 7px;
}

