body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #5B5B5B;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

a {
	color: #E50029;
}

a:active {
	color: #E50029;
	text-decoration: underline;
}

a:visited {
	color: #E50029;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:visited:hover {
	color: #E50029;
	text-decoration: underline;
}

.sublink {
	font-size: 85%;
}

a.sublink {
	color: #E50029;
}

a.sublink:active {
	text-decoration: underline;
}

a.sublink:visited {
	text-decoration: underline;
}

a.sublink:hover {
	text-decoration: underline;
}

a.sublink:visited:hover {
	text-decoration: underline;
}

h2, .page-title  {
	font-size: 18px;
	font-weight: bold;
	padding: 3px;
	padding-left: 0;
	text-align: left;
	color: #878787;
}

h2 a {
	color: #878787;
	text-decoration: none;
}

h2 a:hover {
	color: #878787;
	text-decoration: underline;
}

form {
	margin: 0;
}


.padMe {
	float: left;
	padding: 5px;
	width: 95%;
}

.display-line {
	font-size: 11px;
	padding: 3px;
}

.display-line-footer {
	font-size: 11px;
	padding: 3px;
	text-align: right;
	line-height: 20px;
}

#bg {
	background: url(../design/images/bg_11.jpg) repeat fixed top center;
	width: 100%;
	height: 140px;
	left: 0px;
	top: 0px;
	z-index: -1;
}

#page {
	width: 1024px;
	height: auto;
	position: absolute;
	left: 10%;
	top: 0px;
	z-index: 1;
}

#tabs {
	clear: left;
	text-align: right;
	padding-right: 15px;
	width: 1024px;
}

#masthead {
	clear: left;
	width: 1024px;
	height: 140px;
}

.container {
  	float: left;
  	width: 65%;
  	padding: 10px;
  	text-align: left;
}

hr {
  	float: left;
  	width: 98%;
  	color: #E2E2E2;
  	background-color: #E2E2E2;
  	height: 1px;
}

.disabled {
	font-weight: bold;
	color: #E2E2E2;
	padding-top: 10px;
	padding-bottom: 10px;
}

.myerror, .pending{
	font-weight: bold;
	color: #C00000;
	padding-top: 10px;
	padding-bottom: 10px;
}

.price, .display-item-price {
	font-weight: bold;
	color: #E50029;
	font-size: 110%;
	padding: 5px;
}

.form-label {
  	clear: left;
  	float: left;
  	text-align: right;
  	padding: 4px;
  	width: 20%;
}

.form-label-required {
  	clear: left;
  	float: left;
  	text-align: right;
  	padding: 4px;
  	width: 20%;
  	font-weight: bold;
}

.form-field {
  	padding: 4px;
	height: auto;
	float: left;
}


#infolist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#infolist li {
	padding-left: 17px;
	background-image: url(../design/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.5em;
}

input, textarea, select {
	font-size: 100%;
	font-weight: normal;
}

#orderStats {
	padding: 2px;
	margin: 5px;
	float: left;
	border: 1px solid #D8DDE3;
	height: 190px;
	width: 25%;
}

.goLeft, .section {
	float: left;
	text-align: left;
}

.goRight, .logout {
	text-align: right;
	float: right;
}

.goUp {
	vertical-align: top;
}

.moneyFormat{
	text-align: right;
	height:20px;
	vertical-align: middle;
}


#pageNote {
	width: 95%;
	text-align: left;
	float: left;
	padding-bottom: 10px;
}

.submitBtn {
	font-size: 130%;
	font-weight: bold;
}

.submitOrder {
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #C6C6C6;
}
#logo {
	float: left;
	height: 73px;
	vertical-align: middle;
	padding-top: 30px;
}


/* begin categoryGrid */
/* only used when the cart is displaying a "grid" (multiple columns) of categories */

#categoryGrid {
	text-align: left;
	margin: 5px;
	width: 760px;
}

#categoryGrid h2 { }

#categoryGrid #categoryDescription {
	float: left;
	clear: left;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
	width: auto;
	height: auto;
}

/* used in 2 column category Grids */
#categoryGrid .content-odd2 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 45%;
	padding-bottom: 15px;
}

#categoryGrid .content-even2 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 45%;
	padding-bottom: 15px;
}


/* used in 3 column category Grids */
#categoryGrid .content-odd3 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 30%;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 15px;
}

#categoryGrid .content-even3 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 30%;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 15px;
}


/* used in 4 column category Grids */
#categoryGrid .content-odd4 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 22%;
	padding-bottom: 15px;
}

#categoryGrid .content-even4 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 22%;
	padding-bottom: 15px;
}


/* used in 5 column category Grids */
#categoryGrid .content-odd5 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: auto;
	padding-bottom: 15px;
}

#categoryGrid .content-even5 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: auto;
	padding-bottom: 15px;
}


#categoryGrid .title {
	margin-top: 8px;
	margin-bottom: 8px;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}

#categoryGrid .title a {
	color: #C50024;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 16px;
}

#categoryGrid .title a:hover {
	text-decoration: none;
}

#categoryGrid .photo {
	width: 100%;
	height: auto;
	float: left;
	clear: left;
}

#categoryGrid .description {
	width: 100%;
	text-align: center;
	clear: both;
}

#categoryGrid .details {
	width: 100%;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #464646;
}

#categoryGrid .details .buttons {
	width: 100%;
	float: left;
	clear: left;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

#categoryGrid .details .buttons .detailBtn {
	background:url(../design/images/medium_btn.gif) no-repeat center center;
	font-weight: bold;
	font-size: 10px;
	float: left;
	padding-top: 6px;
	width: 100%;
	height: 19px;
	text-align: center;
	vertical-align: middle;
}

#categoryGrid .details .buttons .detailBtn a {
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}

#categoryGrid .details .buttons .detailBtn a:hover {
	text-align: center;
	color: #FFFFFF;
	text-decoration: underline;
}

#categoryGrid #btmOptions {
	height: 40px;
}

#categoryGrid #btmOptions .pagination {
	float: right;
	padding-top: 18px;
	height: 22px;
	font-size: 12px;
}

#categoryGrid #btmOptions .pagination a {
	color: #C00000;
	text-decoration: underline;
}

#categoryGrid #btmOptions .pagination a:hover {
	color: #000000;
	text-decoration: none;

}

#categoryGrid homepagecontent {
	clear: left;
	float: left;
}

/* end categoryGrid */

/* begin customerLogin */
/* used in templates/client.login.tem.php */
/* used in templates/client.login.password.tem.php */
/* used in templates/client.create.form.tem.php */

#customerLogin {
	text-align: left;
	width: 500px;
	margin: 5px;
}

#customerLogin h2 { }

#customerLogin #existingCustomer {
	height: 190px;
	width: 265px;
	clear: left;
	float: left;
}

#customerLogin #newCustomer {
	height: 190px;
	width: 200px;
	float: right;
}

#existingCustomer .hdr-title, #newCustomer .hdr-title ,#createCustomer .hdr-title , #passwordRemindCustomer .hdr-title {
	color: #FFFFFF;
	background-color: #878787;
	text-align: left;
	padding:5px;
	font-weight: bold;
}

#existingCustomer .body { }

#newCustomer .body {
	padding: 5px;
	text-align: center;
}

#newCustomer .body input {
	margin-top: 12px;
}


#customerLogin #passwordRemindCustomer, #customerLogin #createCustomer {
	width: 90%;
}

#customerLogin #createCustomer .body { }


/* end customerLogin */







/* begin productGrid */
/* only used when a product is displaying a "grid" (multiple columns) of products */

#productGrid {
	text-align: left;
	margin: 5px;
	width: 760px;
}

#productGrid h2 { }

#productGrid #categoryDescription {
	float: left;
	clear: left;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
	width: auto;
	height: auto;
}

#productGrid table{
	float: left;
	clear: left;
}

#productGrid #topOptions {
	width: auto;
	height: 40px;
	float: left;
	clear: left;
}

#productGrid #topOptions .search {
	float: left;
	clear: left;
	height: 18px;
}

#productGrid #topOptions .myrow {
	width: 600px;
	height: 25px;
}

#productGrid #topOptions .display {
	float: left;
	clear: left;
	height: 18px;
	width: 260px;
	text-align: left;
}

#productGrid #topOptions .sort {
	width: 330px;
	height: 20px;
	float: right;
	text-align: right;
}

#productGrid #topOptions .sort .label {
	float: left;
	height: 18px;
	padding: 2px;
	padding-top: 5px;
}

#productGrid #topOptions .sort .option {
	float: left;
	height: 18px;
	padding: 2px;
}

#productGrid #topOptions .sort .option select {
	height: 18px;
}


/* used in 2 column product Grids */
#productGrid .content-even2 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 45%;
	padding-bottom: 15px;
}

#productGrid .content-odd2 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 45%;
	padding-bottom: 15px;
}


/* used in 3 column product Grids */
#productGrid .content-even3 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 30%;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 15px;
}

#productGrid .content-odd3 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 30%;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 15px;
}


/* used in 4 column product Grids */
#productGrid .content-even4 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 22%;
	padding-bottom: 15px;
}

#productGrid .content-odd4 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 22%;
	padding-bottom: 15px;
}


/* used in 5 column product Grids */
#productGrid .content-even5 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 18%;
	padding-bottom: 15px;
}

#productGrid .content-odd5 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 18%;
	padding-bottom: 15px;
}

/* used in 6 column product Grids */
#productGrid .content-even6 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 15%;
	padding-bottom: 15px;
}

#productGrid .content-odd6 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 15%;
	padding-bottom: 15px;
}
#productGrid .title {
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
	float: left;
	clear: both;
	width: 100%;
}

#productGrid .title a {
	color: #C50024;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 16px;
}

#productGrid .title a:hover {
	text-decoration: none;
}

#productGrid .photo {
	width: 100%;
	height: auto;
	float: left;
	clear: left;
}

#productGrid .details {
	width: 100%;
	height: auto;
	font-size: 10px;
	font-weight: normal;
	float: right;
	clear: none;
	text-align: left;
	color: #464646;
}

#productGrid .description {
	float: left;
	clear: left;
	width: 100%;
	height: auto;
	text-align: center;
}

#productGrid .details .sprice {
	float: left;
	clear: left;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
}

#productGrid .details .buttons {
	width: 100%;
	height: auto;
	float: left;
	clear: left;
	text-align: center;
}

#productGrid .details .buttons .detailBtn {
	background:url(../design/images/small_btn.gif) no-repeat center center;
	font-weight: bold;
	font-size: 10px;
	float: left;
	padding-top: 6px;
	width: 100%;
	height: 19px;
	text-align: center;
	vertical-align: middle;
}

#productGrid .details .buttons .detailBtnNoImg {
	font-weight: bold;
	font-size: 10px;
	float: left;
	padding-top: 6px;
	width: 100%;
	height: 19px;
	text-align: center;
	vertical-align: middle;
}

#productGrid .details .buttons .detailBtn a {
	color: #FFFFFF;
	text-decoration: none;
}

#productGrid .details .buttons .detailBtn a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#productGrid .details .buttons .addToCartBtn {
	background:url(../design/images/medium_btn.gif) no-repeat center center;
	font-weight: bold;
	font-size: 11px;
	float: left;
	padding-top: 6px;
	width: 100%;
	height: 19px;
	text-align: center;
	vertical-align: middle;
}

#productGrid .details .buttons .addToCartBtnNoImg {
	font-weight: bold;
	font-size: 11px;
	float: left;
	padding-top: 6px;
	width: 100%;
	height: 19px;
	text-align: center;
	vertical-align: middle;
}

#productGrid .details .buttons .addToCartBtn a {
	color: #FFFFFF;
	text-decoration: none;
}

#productGrid .details .buttons .addToCartBtn a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#productGrid .details .pricenote {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #C00000;
	font-weight: bold;
}

#productGrid .options {
	clear: left;
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 10px;
}

#productGrid .options .form-label{
	clear: left;
	float: left;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#productGrid .options .form-field{
	float: left;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

#productGrid #btmOptions {
	clear: left;
	float: left;
	width: 100%;
	height: 60px;
}

#productGrid #btmOptions .batchAddToCartButton {
	background:url(../design/images/large_btn.gif) no-repeat;
	font-weight: bold;
	font-size: 10px;
	float: left;
	width: 158px;
	height: 19px;
	text-align: center;
	padding: 3px;
	vertical-align: middle;
	margin-top: 15px;
}

#productGrid #btmOptions .batchAddToCartButtonImg {
	font-weight: bold;
	font-size: 10px;
	float: left;
	width: 158px;
	height: 19px;
	text-align: center;
	padding: 3px;
	vertical-align: middle;
	margin-top: 15px;
}

#productGrid #btmOptions .batchAddToCartButton a {
	color: #FFFFFF;
	text-decoration: none;
}

#productGrid #btmOptions .batchAddToCartButton a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#productGrid #btmOptions .pagination {
	float: right;
	width: auto;
	height: 19px;
	font-size: 12px;
	padding-top: 15px;
}

#productGrid #btmOptions .pagination a {
	color: #C00000;
	text-decoration: underline;
}

#productGrid #btmOptions .pagination a:hover {
	color: #000000;
	text-decoration: none;

}

#productGrid #btmCategoryPhoto {
	clear: left;
	float: left;
}

#productGrid #btmCategoryPhotoImage {
	clear: left;
	float: left;
}

#productGrid #btmCategoryPhotoCaption {
	clear: left;
	float: left;
}

/* end productGrid */



/* begin productDetail */
/* used in templates/product.detail.tem.php */

#productDetail{
	text-align: left;
	margin: 5px;
	width: 750px;
}

#productDetail h2 { }

#productDetail #productPhotos {
	float: left;
	clear: left;
	width: 300px;
	padding-top: 10px;
	vertical-align: middle;
	text-align: center;
}

#productDetail #prodThumbnails {
	padding-top: 10px;
	clear: left;
}

#productDetail #extraDetails {
	float: left;
	clear: none;
	height: auto;
	width: 400px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px 5px 5px 25px;
	color: #878787;
}

#productDetail .submitBtn {
	font-size: 130%;
	font-weight: bold;
}

#productDetail #qtyPricing {
	float: left;
	border-collapse: collapse;
	margin-bottom: 15px;
}

#productDetail #qtyPricing .hdr-title-left {
	float: left;
	color: #FFFFFF;
	background-color: #878787;
	text-align: left;
	font-weight: bold;
	padding: 3px;
	width: 60px;
}

#productDetail #qtyPricing .hdr-title-right {
	float: left;
	color: #FFFFFF;
	background-color: #878787;
	text-align: left;
	font-weight: bold;
	padding: 3px;
	width: 120px;
}

#productDetail #qtyPricing .list-left {
	clear: left;
	float: left;
	border-bottom: 1px solid #D8DDE3;
	padding: 3px;
	width: 60px;
}

#productDetail #qtyPricing .list-right {
	float: left;
	border-bottom: 1px solid #D8DDE3;
	padding: 3px;
	width: 110px;
}

#productDetail #price {
	font-size: 110%;
	font-weight: bold;
	height: 30px;
}

#productDetail .form-label {
	font-weight: bold;
	width: 110px;
}

#productDetail .form-field { }

#productDetail #customerUpload {
	margin-top: 15px;
	clear: left;
	float: left;
}

#productDetail #detailGroup {
	float: left;
	clear: left;
}

#productDetail #detailTabs {
	clear: left;
	float: left;
	width: 98%;
}

#productDetail #detailTabs ul {
	margin: 0;
	padding: 10px 10px 0 5px;
	list-style: none;
}

#productDetail #detailTabs li {
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#productDetail #detailTabs a .current {
  	color: #FFFFFF;
  	font-size: 150%;
}

#productDetail #detailTabs a {
	float: left;
	background: url(../design/images/tab-left.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}

#productDetail #detailTabs a span {
	float: left;
	display: block;
	background: url(../design/images/tab-right.gif) no-repeat right top;
	padding: 5px 10px 5px 3px;
	color: #404040;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#productDetail #detailTabs a span {
	float: none;
}

/* End IE5-Mac hack */
#productDetail #detailTabs a:hover span {
  	color: #FFFFFF;
}

#productDetail #detailTabs a:hover {
	color: #FFFFFF;
}

#productDetail #detailTabs a:hover span {
	color: #FFFFFF;
}

#productDetail .hdr-title {
	float: left;
	color: #FFFFFF;
	background-color: #878787;
	text-align: left;
	font-weight: bold;
	padding: 5px;
	width: 98%;
}

#productDetail .container {
	clear: both;
	float: left;
}

#productDetail .body {
	clear: left;
	padding: 5px;
}

#productDetail #productDescription {
	margin-top: 15px;
	float: left;
	clear: left;
	width: 485px;
	height: auto;
	text-align: left;
}

#productDetail #productDescription p {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#productDetail #productReviews {
	border: 1px solid #404040;
	width: 485px;
	float: left;
	clear: left;
	height: auto;
	margin-top: 15px;
	text-align: left;
}

#productReviews .body {
	width: 470px;
}

#productReviews .form-field {
	width: 320px;
}

#productDetail #productReviews #productReviewsAddNote {
	display: block;
}

#productDetail #productReviews #productReviewsAdd {
	display: none;
}

#productDetail #productsRelated {
	margin-top: 15px;
	border: 1px solid #404040;
	float: left;
	clear: left;
	width: 485px;
	border-collapse: collapse;
	margin-bottom: 15px;
	text-align: left;
}

#productDetail #productsRelated .content-odd {
	text-align: center;
	width: 165px;
	float: left;
	height: auto;
}

#productDetail #productsRelated .content-even {
	text-align: center;
	width: 165px;
	float: left;
	height: auto;
	border-left: 1px dotted #D8DDE3;
}

#productDetail #productsRelated .title {
	width: 165px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
	clear: both;
}

#productDetail #productsRelated .title a {
	color: #C50024;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 16px;
}

#productDetail #productsRelated .title a:hover {
	text-decoration: none;
}

#productDetail #productsRelated .photo {
	text-align: center;
}

#productDetail #productsRelated .details {
	width: 165px;
	text-align: center;
	padding-bottom: 8px;
}

#productDetail #productsRelated .details .sprice {
	width: 165px;
	text-align: center;
	margin-top: 8px;
	font-size: 125%;
	font-weight: bold;
	height: 28px;
	color: #878787;
	width: auto;
}

#productDetail #productsRelated .details .detailsBtn {
	background:url(../design/images/small_btn.gif) no-repeat center center;
	font-weight: bold;
	height: 22px;
	margin: 5px;
	padding-top: 8px;
	text-align: center;
}

#productDetail #productsRelated .details .detailsBtn a {
	color: #FFFFFF;
	text-decoration: none;
}

#productDetail #productsRelated .details .detailsBtn a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* end productDetail */

/* begin view cart */
/* used in templates/view.cart.tem.php */

#viewCart {
	text-align: left;
	margin: 5px;
	width: 750px;
}

#viewCart h2 { }

#viewCart p {
	height: auto;
	text-align: left;
}

#viewCart #pageNote {
	height: auto;
	text-align: left;
}

#viewCart #pageError {
	border: 1px solid #C00000;
	padding: 5px;
	line-height: 20px;
	font-weight: bold;
}

#viewCart #cartItems {
	height: auto;
	width: 96%;
	border-collapse: collapse;
	float: left;
	clear: left;
}

#viewCart #cartItems thead tr th {
	color: #FFFFFF;
	background-color: #878787;
	text-align: left;
	font-weight: bold;
	height: 22px;
	font-size: 12px;
}

#viewCart #cartItems tbody tr td {
	border-bottom: 1px solid #D8DDE3;
	text-align: left;
	font-weight: normal;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#viewCart #cartItems .cartError {
	background-color: #FF4040;
}

#viewCart #cartItems .normal {
	background-color: yellow;
}

#viewCart #cartItems .cartWarning {
	background-color: #FFFF80;
}


#viewCart #cartInfo {
	height: auto;
	width: 96%;
	border-collapse: collapse;
	float: left;
	clear: left;
}

#viewCart #cartNumItems {
	width: 150px;
	padding-top: 8px;
	height: 35px;
	float:left;
	clear:left;
	text-align: left;
}

#viewCart #cartCoupon {
	height: 35px;
	width: auto;
	text-align: left;
	float:left;
	clear: left;
}

#viewCart #cartAmounts {
	padding-top: 8px;
	margin-bottom: 8px;
	float: right;
	text-align: right;
}

#viewCart #cartAmounts .field-link {
	width: 130px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: right;
	vertical-align: bottom;
}

#viewCart #cartAmounts .field-price {
	text-align: right;
	font-weight: bold;
	height: 18px;
	padding: 2px;
}

#viewCart #cartAmounts .field-label {
	text-align: left;
	height: 18px;
	clear: left;
	float: left;
	padding: 2px;
}

#viewCart #cartButtons {
	clear: both;
	float: left;
	margin-top: 25px;
	width: 96%;
	text-align: left;
}

#viewCart #gatewayButtonsContainer {
	width: 500px;
	height: 50px;
}

#viewCart #gatewayButtonsContainer .gatewayButtons {
	float: right;
	height: 50px;
}

#viewCart #crossSell {
	border-top: 1px dotted #D9D9D9;
	height: auto;
	width: 96%;
	border-collapse: collapse;
	float: left;
	clear: left;
	padding-top: 5px;
	margin-top: 15px;
}

#viewCart #crossSell .content-even {
	text-align: center;
	width: 165px;
	height: auto;
	padding-top: 15px;
}

#viewCart #crossSell .content-odd {
	text-align: center;
	width: 165px;
	height: auto;
	padding-top: 15px;
}

#viewCart #crossSell .title {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}

#viewCart #crossSell .title a {
	color: #C50024;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 16px;
}

#viewCart #crossSell .title a:hover {
	text-decoration: none;
}

#viewCart #crossSell .photo{
	text-align: center;
}

#viewCart #crossSell .details {
	width: 100%;
	text-align: center;
	padding-bottom: 8px;
}

#viewCart #crossSell .details .detailsBtn {
	background:url(../design/images/small_btn.gif) no-repeat center center;
	font-weight: bold;
	font-size: 11px;
	height: 22px;
	margin: 5px;
	padding-top: 8px;
	text-align: center;
}

#viewCart #crossSell .details .detailsBtn a {
	color: #FFFFFF;
	text-decoration: none;
}

#viewCart #crossSell .details .detailsBtn a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* end view cart */


/* 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: #a48f60;
}

#widgetSidebar .top a:hover {
	color: #9E272A;
	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 widgetSearch */
/* used in templates/cart.search.tem.php */

#widgetSearch {
	margin-top: 10px;
	background-color: #fffbe5; 
	float: right;
	color: #464646;
	font-size: 10px;
	font-family: Tahoma;
	width: 220px;
	text-align: left;
}

#widgetSearch .top {
	background:url(../../secure/images/adesign/line.jpg) no-repeat right top;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	color: #a58f60;
	font-size: 14px;
	text-align: left;
}

#widgetSearch .body {
	height: 25px;
}

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

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

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

#widgetSearch .body .button {
	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(../../secure/images/adesign/line.jpg) no-repeat right bottom;
	padding-left: 15px;
	padding-top: 8px;
	font-weight: bold;
	color: #9E272A;
	font-size: 14px;
}

/* end widgetSearch */


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

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

#widgetVendors .top {
	background:url(../../secure/images/adesign/line.jpg) no-repeat right top;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	color: #9E272A;
	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(../../secure/images/adesign/line.jpg) no-repeat right bottom;
	padding-left: 15px;
	padding-top: 8px;
	font-weight: bold;
	color: #9E272A;
	font-size: 14px;
}

/* end widgetVendors */















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

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

#widgetCategories .top {
	background:url(../../secure/images/adesign/line.jpg) no-repeat right top;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	color: #9E272A;
	font-size: 14px;
	text-align: left;
}

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

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

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

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

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

#widgetCategories .btm {
	background:url(../../secure/images/adesign/line.jpg) no-repeat right bottom;
	padding-left: 15px;
	padding-top: 8px;
	font-weight: bold;
	color: #9E272A;
	font-size: 14px;
}

/* 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(../../secure/images/adesign/line.jpg) 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(../../secure/images/adesign/line.jpg) no-repeat right bottom;
	padding-left: 15px;
	padding-top: 8px;
	font-weight: bold;
	color: #9E272A;
	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(../../secure/images/adesign/line.jpg) 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(../../secure/images/adesign/line.jpg) no-repeat right bottom;
	padding-left: 15px;
	padding-top: 8px;
	font-weight: bold;
	color: #9E272A;
	font-size: 14px;
}

/* end widgetInformation */









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

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

#widgetNewArrivals .top {
	background:url(../../secure/images/adesign/line.jpg) no-repeat right top;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	color: #9E272A;
	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: #9E272A;
	text-decoration: underline;
}

#widgetNewArrivals .body .title a:hover {
	color: #9E272A;
	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: #9E272A;
	text-decoration: underline; 
}

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

#widgetNewArrivals .btm {
	background:url(../../secure/images/adesign/line.jpg) no-repeat right bottom;
	padding-left: 15px;
	padding-top: 8px;
	font-weight: bold;
	color: #9E272A;
	font-size: 14px;
	clear: left;
}

/* end widgetNewArrivals */








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

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

#widgetSpecials .top {
	background:url(../../secure/images/adesign/line.jpg) no-repeat right top;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	color: #9E272A;
	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: #9E272A;
	text-decoration: underline;
}

#widgetSpecials .body .title a:hover {
	color: #9E272A;
	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: #9E272A;
	text-decoration: underline; 
}

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

#widgetSpecials .btm {
	background:url(../../secure/images/adesign/line.jpg) no-repeat right bottom;
	padding-left: 15px;
	padding-top: 8px;
	font-weight: bold;
	color: #9E272A;
	font-size: 14px;
	clear: left;
}

/* end widgetSpecials */













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

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

#widgetTopSellers .top {
	background:url(../../secure/images/adesign/line.jpg) no-repeat right top;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	color: #9E272A;
	font-size: 14px;
	text-align: left;
}

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

#widgetTopSellers .body .photo {
	padding-top: 15px;
	width: auto;
	float: left;
}

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

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

#widgetTopSellers .body .title a:hover {
	color: #9E272A;
	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: #9E272A;
	text-decoration: underline; 
}

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

#widgetTopSellers .btm {
	background:url(../../secure/images/adesign/line.jpg) no-repeat right bottom;
	padding-left: 15px;
	padding-top: 8px;
	font-weight: bold;
	color: #9E272A;
	font-size: 14px;
	clear: left;
}

/* end widgetTopSellers */








/* begin widgetFeatured */
/* used in templates/cart.featured.tem.php */

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

#widgetFeatured .top {
	background:url(../../secure/images/adesign/line.jpg) no-repeat right top;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	color: #9E272A;
	font-size: 14px;
	text-align: left;
}

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

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

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

#widgetFeatured .body .title a {
	color: #9E272A;
	text-decoration: underline;
}

#widgetFeatured .body .title a:hover {
	color: #9E272A;
	text-decoration: none;
}

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

#widgetFeatured .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;
}

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

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

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

#widgetFeatured .body .all-link a {
	color: #9E272A;
	text-decoration: underline; 
}

#widgetFeatured .body .all-link a:hover {
	color: #9E272A;
	text-decoration: none; 
}

#widgetFeatured .btm {
	background:url(../../secure/images/adesign/line.jpg) no-repeat right bottom;
	padding-left: 15px;
	padding-top: 8px;
	font-weight: bold;
	color: #9E272A;
	font-size: 14px;
	clear: left;
}

/* end widgetFeatured */







/* 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(../../secure/images/adesign/line.jpg) 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(../../secure/images/adesign/line.jpg) no-repeat right bottom;
	padding-left: 15px;
	padding-top: 8px;
	font-weight: bold;
	color: #9E272A;
	font-size: 14px;
}

/* end widgetSubscribe */












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

#widgetFooter {
	height: auto;
}

#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;
}	

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

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

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

#widgetFooter .copyright a {
	color: #878787;
	text-decoration: underline;
}

#widgetFooter .copyright a:hover {
	color: #878787;
	text-decoration: none;
}

#widgetFooter .img {
	border: 1px solid orange;
	background: url(../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: 21px;
}

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

#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 {
	color: #494949;
	text-decoration: underline;			
}

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

/* end widgetFooter */



