/* widgets definitions */
/* revised Jun 09 2010 */

/*/ GLOBAL WIDGET /*/
.ccWidget {
	margin-bottom: 10px;
	float: left;
	padding: 0;
	width: 210px;
	font-size: 10px;
	text-align: left;
	color: #1d1d1d;
}
.ccWidget .top {
	padding: 4px 0 8px 32px;
	margin: 0;
	width: 178px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	}
.ccWidget .top a {
	color: #fff;
	}
.ccWidget .body {
	margin: 0;
	padding: 7px 15px;
	}
.ccWidget .btm {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	}

/*/ LIST WIDGET TYPE /*/
.ccWidgetList .body ul {
	padding: 0;
	list-style: none;
}
.ccWidgetList .body ul li {
	padding-bottom: 8px;
	}

.ccWidgetList .body ul li a {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	background: url(http://www.gumcreekcustoms.com/css/images/bullet.png) no-repeat 2px 2px;
	display: block;
	}

.ccWidgetList .body ul li a:hover {
	text-decoration: underline;
	}

/*/ DROPDOWN WIDGET TYPE /*/
.ccWidgetDropDown .body select {
	padding: 4px;
	width: 100%;
/*	color: #464646; */
	}

/*/ INPUT WIDGET TYPE /*/
.ccWidgetInput .body .field {}

.ccWidgetInput .body .field input {
	padding: 4px;
	width: 74%;
	color: #464646;
	}

.ccWidgetInput .body .buttonNoImg {
	float: right;
	margin: 3px;
}

.ccWidgetInput .body .button input {
	font-size: 11px;
	color: #464646;
	float: left;
	}

.ccWidgetInput .body .button {
	float: left;
	margin: 0;
	padding: 3px 0 0 0;
	width: 28px;
	height: 20px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: url(http://www.gumcreekcustoms.com/css/images/go.jpg) no-repeat;
	}

.ccWidgetInput .body .button  a {
	text-decoration: none;
	color: #fff;
	}

.ccWidgetInput .body .button a:hover {
	text-decoration: underline;
	}

.ccWidgetInput .advanced {
	padding: 4px;
	text-align: center;
	font-size: 9px;
	}

.ccWidgetInput .advanced a {
	text-decoration: underline;
	color: #1d1d1d;
	}

.ccWidgetInput .advanced a:hover {
	text-decoration: none;
	}
.ccWidgetInput #searchWidgetDynamicResults {
	clear: left;
	float: left;
	padding: 10px;
	display: none;
	margin: 5px 5px 0;
}


/*/ PRODUCT WIDGET TYPE /*/
.ccWidgetProduct .body .sdetailsNoImg {
	float: left;
	clear: left;
	padding: 5px;
	width: 100%;
	text-align: center;
	}

.ccWidgetProduct .body .photo {
	text-align: center;
	}

.ccWidgetProduct .body .title {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	}

.ccWidgetProduct .body .title a {
	text-decoration: underline;
	color: #1d1d1d;
	}

.ccWidgetProduct .body .title a:hover {
	text-decoration: none;
	}

.ccWidgetProduct .body .sprice {
	padding: 8px 0 5px 0;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	}

.ccWidgetProduct .body .sdetails {
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 58px;
	height: 21px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: url(http://www.gumcreekcustoms.com/css/images/details_button.jpg) no-repeat;
	}

.ccWidgetProduct .body .sdetails a {
	text-decoration: none;
	color: #fff;
	}

.ccWidgetProduct .body .sdetails a:hover {
	color: #ececec;
	}

.ccWidgetProduct .body .all-link  {
	padding-top: 8px;
	padding-bottom: 13px;
	text-align: center;
	font-size: 11px;
	}

.ccWidgetProduct .body .all-link a {
	text-decoration: underline;
	color: #1d1d1d;
	}

.ccWidgetProduct .body .all-link a:hover {
	text-decoration: none;
	}
.ccWidgetProduct .review {
	width: 100%;
	text-align: center;
}

/*/ BASIC WIDGET TYPE /*/
.ccWidgetBasi .body .items {
	padding: 5px 0 3px 20px;
	font-size: 12px;
	font-weight: bold;
	color: #464646;
	}
.ccWidgetBasic .top a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
	}

.ccWidgetBasic .top a:hover {
	text-decoration: none;
	}

.ccWidgetBasic .price {
	font-size: 11px;
	font-weight: bold;
	}
.ccWidgetBasic .subtotal {
	font-weight: bold;
}
.ccWidgetBasic input {
	}

.ccWidgetBasic table {
	}

/*/ IMAGE WIDGET TYPE /*/
.ccWidgetImage {}

/*/ WIDGET FIXES /*/
#widgetSidebarDetailed .body {
	padding: 0;
}
#widgetNewArrivals .noItems{
	padding: 7px 15px;
}


/* begin widgetFooter */
/* used in templates/cart.footer.tem.php */

#widgetFooter {
	height: auto;
	margin-top: 25px;
	width: 100%;
}

#widgetFooter hr {
	background-color: #878787;
	color: #878787;
	height: 1px;
	clear: left;
	float: left;
}

#widgetFooter .actionItems {
	clear: left;
	float: left;
	line-height: 22px;
	font-size: 100%;
	font-weight: bold;
	width: 100%;
}

#widgetFooter .actionItems a {
	text-decoration: underline;
}

#widgetFooter .actionItems a:hover {
	text-decoration: none;
}

#widgetFooter .copyright, #widgetFooter .copyright-small {
	clear: left;
	float: left;
	line-height: 22px;
	margin-top: 20px;
	width: 150px;
}

#widgetFooter .copyright a, #widgetFooter .copyright-small a {
	text-decoration: underline;
}

#widgetFooter .copyright a:hover, #widgetFooter .copyright-small a:hover {
	text-decoration: none;
}

#widgetFooter .copyright-small {
	width: 100%;
	text-align: center;
	padding: 0;
}

#widgetFooter .img {
	border: 1px solid orange;
	background: url(http://www.gumcreekcustoms.com/css/images/design/p1.gif) no-repeat fixed center left;
	float: left;
	width: 165px;
	height: 30px;
}

#widgetFooter .nav {
	float: right;
	text-align: left;
	width: auto;
	line-height: 16px;
	padding: 6px;
	margin-left: 10px;
	margin-top: 5px;
}

#widgetFooter .nav .title {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}

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

#widgetFooter .nav ul li {
	text-align: left;
}

#widgetFooter .nav ul li a {
	text-decoration: underline;
}

#widgetFooter .nav ul li a:hover {
	text-decoration: underline;
}

/* end widgetFooter */


/* begin widgetImages */
/* used in templates/cart.left_image.tem.php */
/* used in templates/cart.right_image.tem.php */
/* used in templates/cart.horizontal_image.tem.php */

.widgetImages {
	margin-top: 15px;
	float: right;
	color: #464646;
	font-family: Tahoma;
	text-align: left;
}

.widgetImages .text {
	text-align: left;
	font-size: 12px;
	clear: left;
}
/* end widgetImages */


/* begin widgetPos */
/* used in templates/cart.pos.tem.php */

#widgetPos {
	float: left;
	clear: both;
	width: 98%;
	padding-bottom: 15px;
	text-align: left;
	margin: 5px;
}

#widgetPos #productNumber {
	clear: left;
	float: left;
	padding-right: 15px;
	width: 100%;
}

#widgetPos #postal {
	float: left;
	padding-right: 15px;
}

#widgetPos #cvv {
	float: left;
}

#widgetPos #cash {
	float: left;
	clear: left;
	padding-right: 15px;
	padding-top: 10px;
	width: 95%;
}

#widgetPos #credit {
	float: left;
	clear: left;
	padding-top: 10px;
	width: 95%;
}

#widgetPos #check {
	float: left;
	clear: left;
	padding-right: 15px;
	padding-top: 10px;
	width: 95%;
}

#widgetPos #expiration {
	float: left;
	padding-top: 10px;
}

#widgetPos #links {
	float: left;
	clear: left;
	padding-top: 10px;
}

#widgetPos .link {
	padding-right: 20px;
	float: left;
	clear: none;
}
/* end widgetPos */


/* begin widgetCustomProductLists */
/* used in templates/cart.custom.list.tem.php */

.widgetCustomProductLists {
	float: left;
	font-size: 10px;
	font-family: Tahoma;
	text-align: left;
	/*border: 1px solid #000000;*/
	margin-top: 10px;
}

.widgetCustomProductLists .top {
	/*
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	*/
	padding: 4px 0 8px 32px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

.widgetCustomProductLists .body {
	margin: 0px;
}

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

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

.widgetCustomProductLists .body ul li a {
	text-decoration: underline;
	line-height: 20px;
}

.widgetCustomProductLists .body ul li a:hover {
	text-decoration: none;
}

.widgetCustomProductLists .btm {

}

/* end widgetCustomProductLists */

/* Begin widget menu definitions */
.placeHolder {
	clear: both;
	border: 1px dashed;
}
/* End widget menu definitions */

/* start rounded corners */

.dashboard-box-corners {display: block; width: 100%;}
.dashboard-box-corners * {display: block; height: 1px; overflow: hidden; font-size: .01em; background: #777777;}
.dashboard-box-corner-1 {margin-left: 3px; margin-right: 3px; padding-left: 1px; padding-right: 1px; border-left: 1px solid #777777; border-right: 1px solid #777777; background: #777777;}
.dashboard-box-corner-2 {margin-left: 1px; margin-right: 1px; padding-right: 1px; padding-left: 1px; border-left: 1px solid #777777; border-right: 1px solid #777777; background: #777777;}
.dashboard-box-corner-3 {margin-left: 1px; margin-right: 1px; border-left: 1px solid #777777; border-right: 1px solid #777777;}
.dashboard-box-corner-4 {border-left: 1px solid #777777; border-right: 1px solid #777777;}
.dashboard-box-corner-5 {border-left: 1px solid #777777; border-right: 1px solid #777777;}
.dashboard-box-corner-6 {border-left: 1px solid #777777; border-right: 1px solid #777777;}
.dashboard-box-corner-7 {border-left: 1px solid #777777; border-right: 1px solid #777777;}
.dashboard-box-corner-8 {margin-left: 1px; margin-right: 1px; border-left: 1px solid #777777; border-right: 1px solid #777777;}
.dashboard-box-corner-9 {margin-left: 1px; margin-right: 1px; padding-right: 1px; padding-left: 1px; border-left: 1px solid #777777; border-right: 1px solid #777777;}
.dashboard-box-corner-10 {margin-left: 3px; margin-right: 3px; padding-left: 1px; padding-right: 1px; border-left: 1px solid #777777; border-right: 1px solid #777777;}
.dashboard-box-content {background: #777777;}
.clear {clear: both;}

/* end rounded corners */

/* start header search */
#header-search {float: right; clear: both; margin: 5px; padding: 5px; width: 221px; height: 24px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-box-shadow: 0px 0px 5px #5d5d5d; -webkit-box-shadow: 0px 0px 5px #5d5d5d; box-shadow: 0px 0px 5px #5d5d5d; background: #5d442f;}
#header-search input {width: 180px; height: 18px; font-family: Arial,Helvetica,sans-serif!important; font-size: 15px; color: #2C1B11;}
#header-search .header-search-btn {float: right; margin: 0; padding: 5px 6px 6px 5px; width: 19px; height: 13px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #ac9a8a;}
#header-search .header-search-btn a {font-weight: bold; text-decoration: none; text-shadow: 0 -1px 0 #000; color: #fff;}
#header-search .header-search-btn a:hover {color: #e0d8d1;}
#header-search #headerSearchWidgetDynamicResults {
	clear: left;
	float: left;
	background: #EEEEEE;
	padding: 10px;
	display: none;
	width: 90%;
	margin-top: 5px;
	position: relative;
}

/* end header search */

/* start category widget */
#widgetCategories li.current {
	font-weight: bold;
}
/* end category widget */