﻿html {
	/* always show firefox scrollbar, to prevent horizontal shift. */
    overflow:-moz-scrollbars-vertical;
}
html {
	background:#3d64a6 url(/app_themes/prism/images/bg-html.gif) repeat-x;
}
body {
	margin:0;
	background:url(/app_themes/prism/images/bg-body.jpg) no-repeat 50% 0;
	font:12px Arial, "Trebuchet MS", sans-serif;
	min-width:1000px;
}

a {
color: #618a2c;
}

img {
	border:0;
}

td {
	vertical-align:top;
}

form, fieldset {
	margin:0;
	padding:0;
	border:none;
}
input, textarea, select {
	font:100% arial, sans-serif;
	vertical-align:middle;
}
/*header*/
#header {
	width:100%;
}
.header-block {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
/*top navigation*/
.top-navigation {
	height:30px;
	overflow:hidden;
}
.top-navigation ul {
	margin:0 26px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:30px;
	border-right:1px solid #5e8ebf;
	float:right;
	display:inline;
}
.top-navigation ul li {
	display:inline;
	float:left;
	border-left:1px solid #5e8ebf;
}
.top-navigation ul li a {
	display:block;
	height:30px;
	overflow:hidden;
	text-indent:-9999px;
}
.top-navigation ul .logout {
	width:69px;
	background:url(/app_themes/prism/images/logout.gif) no-repeat;
}

.top-navigation ul .account {
	width:105px;
	background:url(/app_themes/prism/images/account.gif) no-repeat;
}
.top-navigation ul .contact {
	width:90px;
	background:url(/app_themes/prism/images/contact.gif) no-repeat;
}
.top-navigation ul .home {
	width:60px;
	background:url(/app_themes/prism/images/home.gif) no-repeat;
}
/*logo*/
.logo {
	margin:16px 0 0 23px;
	float:left;
}
.logo img {
	display:block;
}
/*right block in header*/
#header .block {
	height:104px;
	overflow:hidden;
	float:right;
}
#header .block .nav {
	margin:0;
	padding:20px 0 0 100px;
	list-style:none;
	overflow:hidden;
	width:405px;
	height:37px;
	
}
#header .block .nav li {
	float:left;
	background:url(/app_themes/prism/images/separator-block-nav.gif) no-repeat;
	margin:0 17px 0 0;
	display:inline;
}
#header .block .nav li a {
	font-size:14px;
	color:#fff;
	text-decoration:none;
}
#header .block .nav .call a {
	font-weight:bold;
}
#header .block .nav .cart {
	margin:0 7px 0 0;
	padding:0 0 0 17px;
	background:url(/app_themes/prism/images/separator-cart.gif) no-repeat;
}
#header .block .nav .cart a {
	background:url(/app_themes/prism/images/bullet-cart.gif) no-repeat 0 2px;
	padding:0 0 0 26px;
}
#header .block .nav .checkout {
	margin:-8px 8px 0 0;
}
#header .block .nav .checkout a {
	display:block;
	width:106px;
	height:35px;
	background:url(/app_themes/prism/images/bg-checkout.png) no-repeat;
	text-indent:-9999px;
	cursor:pointer;
	position:relative;
}
#header .block .nav li a:hover {
	text-decoration:underline;
}
#header .input-box {
	height:25px;
	width:250px;
	position:relative;
	background:#fefefe url(/app_themes/prism/images/bg-input.gif) repeat-x;
	z-index:1;
	border:1px solid #385c7f;
}
#header .input-box .input-field {
	width:185px;
	border:none;
	height:20px;
	font-size:14px;
	float:left;
	position:absolute;
	z-index:2;
	background:none;
	padding:4px 0 0 30px;
	font-size:14px;
	color:#818283;
}
#header .search .bullet {
	width:23px;
	height:25px;
	background:url(/app_themes/prism/images/bullet-search.gif) no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
#header .search .go {
	width:35px;
	height:25px;
	background:url(/app_themes/prism/images/go.gif) no-repeat;
	text-indent:-9999px;
	line-height:0;
	font-size:0;
	float:right;
	border:0;
	display:block;
	cursor:pointer;
}
#header .search {
	padding: 0 0 0 233px;
}
/*blocks for background hack*/
.m1 {
	overflow:hidden;
	position:relative;
	width:100%;
}
.m2 {
	float:left;
	position:relative;
	left:50%;
	width:1068px;
}
.m3 {
	float:left;
	position:relative;
	left:-50%;
	width:1068px;
}
/*wrapper*/
.wrapper-t {
	width:1068px;
	position:relative;
	background:url(/app_themes/prism/images/bg-wrapper.gif) repeat-y;
}
.wrapper-b {
	background:url(/app_themes/prism/images/bg-wrapper-b.gif) no-repeat bottom;
	width:1068px;
}
#wrapper {
	width:960px;
	margin:0 auto;
	padding:0 54px 57px 54px;
	background:url(/app_themes/prism/images/bg-wrapper-t.jpg) no-repeat;
}
/*main navigation*/
#wrapper .nav {
	margin:0;
	padding:0 3px 3px;
	list-style:none;
	width:954px;
	overflow:hidden;
	border-bottom:1px solid #ced5d9;
	
}
#wrapper .nav li {
	float:left;
}
#wrapper .nav li a {
	height:50px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
#wrapper .nav .apparel a {
	background:url(/app_themes/prism/images/main-nav.jpg) no-repeat;
	width:140px;
}
#wrapper .nav .accessories a {
	background:url(/app_themes/prism/images/main-nav.jpg) no-repeat -140px 0;
	width:162px;
}
#wrapper .nav .colleges a {
	background:url(/app_themes/prism/images/main-nav.jpg) no-repeat -302px 0;
	width:90px;
}
#wrapper .nav .health a {
	background:url(/app_themes/prism/images/main-nav.jpg) no-repeat -392px 0;
	width:167px;
}
#wrapper .nav .distributors a {
	background:url(/app_themes/prism/images/main-nav.jpg) no-repeat -559px 0;
	width:114px;
}
#wrapper .nav .about a {
	background:url(/app_themes/prism/images/main-nav.jpg) no-repeat -673px 0;
	width:166px;
}
#wrapper .nav .testimonials a {
	background:url(/app_themes/prism/images/main-nav.jpg) no-repeat -839px 0;
	width:115px;
}
#wrapper .nav .apparel a:hover {
	background:url(/app_themes/prism/images/main-nav.jpg) no-repeat 0 -50px;
}
#wrapper .nav .accessories a:hover {
	background:url(/app_themes/prism/images/main-nav.jpg) no-repeat -140px -50px;
	width:162px;
}
#wrapper .nav .colleges a:hover {
	background:url(/app_themes/prism/images/main-nav.jpg) no-repeat -302px -50px;
	width:90px;
}
#wrapper .nav .health a:hover {
	background:url(/app_themes/prism/images/main-nav.jpg) no-repeat -392px -50px;
	width:167px;
}
#wrapper .nav .distributors a:hover {
	background:url(/app_themes/prism/images/main-nav.jpg) no-repeat -559px -50px;
	width:114px;
}
#wrapper .nav .about a:hover {
	background:url(/app_themes/prism/images/main-nav.jpg) no-repeat -673px -50px;
	width:166px;
}
#wrapper .nav .testimonials a:hover {
	background:url(/app_themes/prism/images/main-nav.jpg) no-repeat -839px -50px;
	width:115px;
}
#wrapper .nav .apparel a.active {
	background:url(/app_themes/prism/images/main-nav.jpg) no-repeat 0 -50px;
}
#wrapper .nav .accessories a.active {
	background:url(/app_themes/prism/images/main-nav.jpg) no-repeat -140px -50px;
	width:162px;
}
#wrapper .nav .colleges a.active {
	background:url(/app_themes/prism/images/main-nav.jpg) no-repeat -302px -50px;
	width:90px;
}
#wrapper .nav .health a.active {
	background:url(/app_themes/prism/images/main-nav.jpg) no-repeat -392px -50px;
	width:167px;
}
#wrapper .nav .distributors a.active {
	background:url(/app_themes/prism/images/main-nav.jpg) no-repeat -559px -50px;
	width:114px;
}
#wrapper .nav .about a.active {
	background:url(/app_themes/prism/images/main-nav.jpg) no-repeat -673px -50px;
	width:166px;
}
#wrapper .nav .testimonials a.active {
	background:url(/app_themes/prism/images/main-nav.jpg) no-repeat -839px -50px;
	width:115px;
}
/*main box*/
#main {
	width:960px;
	overflow:hidden;
	border-bottom:1px solid #ced5d9;
}
/*sidebar*/
#sidebar {
	width:288px;
	float:left;
	border-right:1px solid #ced5d9;
	padding:3px 3px 0;
}
#sidebar .frame {
	padding:5px 27px 10px 25px;
	background:url(/app_themes/prism/images/bg-sidebar.gif) repeat-x;
	width:236px;
}
#sidebar h2 {
	margin:10px 0 0;
	font-size:20px;
	color:#194780;
	font-weight:normal;
	letter-spacing:-1px;
}
/*sidebar navigation*/
.subnav {
	margin:6px 0 0;
	padding:0;
	list-style:none;
}
.subnav li a {
	border-top:1px solid #aac5d6;
	border-bottom:1px solid #aac5d6;
	font-size:13px;
	color:#6c6b6b;
	text-decoration:none;
	display:block;
	vertical-align:middle;
	height:1%;
	height:19px;
	padding:1px 0 0 6px;
	margin:-1px 0 0;
}
.subnav li a:hover, .subnav .active a {
	border:none;
	height:19px;
	padding:2px 0 1px 6px;
	background:#4877b7;
	position:relative;
	color:#fffdfd;
}
#sidebar .text h2 {
	margin:12px 0 0;
}
#sidebar .text p {
	color:#666666;
	font-size:12px;
	margin:0;
	line-height:17px;
}
#sidebar .text p a {
	color:#5a8900;
	text-decoration:underline;
}
#sidebar .text p a:hover {
	text-decoration:none;
}
/*content*/
#content {
	width:659px;
	border-left:1px solid #ced5d9;
	float:left;
	margin:0 0 0 -1px;
	padding:3px;
}
.visual {
	border:1px solid #d1d1d1;
	position:relative;
	background-color:#fff;
}
.visual img {
	display:block;
}
#content .text {
	position:absolute;
	top:41px;
	left:72px;
	width:340px;
	padding:0 0 0 70px;
}

#content h1 {
	font-size:24px;
	color:#3d64a6;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
	letter-spacing:-1px;
}

#content h2 {
	font-size:19px;
	color:#194780;
	font-weight:normal;
	letter-spacing:-1px;
}

#content h3 {
	color:#4877b7;
	font-size:12px;
	font-weight:bold;
	margin:0 0 3px;
	padding:0;
}

.visual h1 {
	margin:0 0 0 -70px;
	height:80px;
	width:366px;
	background: url(/app_themes/prism/images/main-title.png) no-repeat;
	text-indent:-9999px;
}
.visual p {
	color:#fff;
	margin:12px 0 0;
	line-height:16px;
}
.buttons {
	margin:5px 0 0;
	padding:0;
	list-style:none;
}
.buttons li {
	display:inline;
}
.buttons li a {
	height:31px;
	width:95px;
	background:url(/app_themes/prism/images/bullet-content.png) no-repeat;
	float:left;
	padding:0 0 0 33px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	line-height:31px;
	cursor:pointer;
}
/*list with images*/
#content .list {
	width:663px;
	overflow:hidden;
	margin:3px 0 0 -5px;
	padding:0;
	list-style:none;
}
#content .list li {
	width:214px;
	border:1px solid #d1d1d1;
	float:left;
	margin:0 0 0 5px;
	display:inline;
	position:relative;
}
#content .list li img {
	display:block;
}
#content .list li .box {
	height:60px;
	width:200px;
	padding:10px 4px 0 10px;
	color:#fff;
}
#content .list ul {
	margin:3px 0 0;
	padding:0;
	list-style:none;
	width:200px;
	overflow:hidden;
}
#content .list ul li {
	border:none;
	width:auto;
	display:inline;
	margin:0 9px 0 0;
}
#content .list ul li a {
	padding:2px 0 0 11px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

#content .list ul li a:hover {
	text-decoration:underline;
}

#content .list p {
	margin:0;
	padding:0;
}



#content .list .labcoats .box {
	background:url(/app_themes/prism/images/bg-list2.gif) repeat-x;
}
#content .list .tops .box {
	background:url(/app_themes/prism/images/bg-list1.gif) repeat-x;
}
#content .list .tops li a {
	background:url(/app_themes/prism/images/bullet-top.gif) no-repeat 0 4px;
}
#content .list .labcoats li a {
	background:url(/app_themes/prism/images/bullet-labcoats.gif) no-repeat 0 4px;
}
#content .list .sale .box {
	background:url(/app_themes/prism/images/bg-list3.gif) repeat-x;
}
#content .list .sale li a {
	background:url(/app_themes/prism/images/bullet-sale.gif) no-repeat 0 4px;
}
#content .title-block {
	position:absolute;
	top:0;
	left:0;
	width:214px;
	height:51px;
	background:#9eaa28;
}
.title-block strong {
	font-size:20px;
	line-height:51px;
	color:#fff;
	padding:0 4px 0 13px;
	font-weight:normal;
}
.title-block strong span {
	color:#f5ff7c;
}
/*footer*/
#footer {
	margin:3px 0 0 3px;
	width:954px;
	height:150px;
	background: #91d0f9 url(/app_themes/prism/images/bg-footer.gif) repeat-x;
	overflow:auto;
}
#footer strong.suppliers {
	color:#194780;
	font-size:16px;
	letter-spacing:-1px;
}
#footer ul.suppliers {
	margin:5px 0 0;
	padding:0;
	list-style:none;
}
#footer ul.suppliers li {
	float:left;
	margin:5px 15px 0 0;
	display:inline;
}
#footer ul.suppliers li img {
	display:block;
}
#footer .block {
	width:265px;
	float:left;
	padding:15px 0 0 30px;
}
#footer .block-r {
	float:left;
	width:659px;
	padding:15px 0 0;
}
#footer .navigation {
	margin:2px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#footer .navigation li {
	display:inline;
	margin:0 0 0 -1px;
}
#footer .navigation li a {
	font-size:11px;
	color:#194780;
	text-decoration:none;
	background:url(/app_themes/prism/images/separator-footer-nav.gif) no-repeat 0 3px;
	padding:0 0 0 7px;
	margin:0 4px 0 0;
}
#footer .block-r span {
	color:#194780;
	font-size:11px;
	padding:0 0 0 5px;
}
#footer .navigation li a:hover {
	text-decoration:underline;
}
/*inner page*/
.inner-box {
	width:619px;
	overflow:hidden;
	background:url(/app_themes/prism/images/bg-sidebar.gif) repeat-x;
	padding:15px 20px 0;
}
.inner-box .visual {
	width:250px;
	float:left;
	margin:5px 0 0;
	border:none;
	position:static;
}
.visual .image {
	/*height:332px;*/
	border:1px solid #ced5d9;
	width:250px;
	min-height:250px;
	
}
.inner-box .visual img {
	display:block;
}
.inner-box .frame {
	width:347px;
	float:left;
	padding:0 0 0 20px;
}
#content .title {
	display:block;
	margin:10px 0 0;
	font-size:20px;
	color:#194780;
	font-weight:normal;
	letter-spacing:-1px;
	
}
.inner-box .frame .item {
	display:block;
	color:#6c6b6b;
	font-weight:bold;
	margin:5px 0 0;
}
.inner-box .frame .description {
	color:#6c6b6b;
	display:block;
	margin:11px 0 0;
	line-height:17px;
}
/*box with inputs and selects*/
.inner-box .frame .select-box {
	margin:9px 0 0;
	border-top:1px solid #ced5d9;
	padding:5px 0 10px;
	border-bottom:1px solid #ced5d9;
}
.select-box label {
	color:#6c6b6b;
	width:60px;
	float:left;
}
.select-box .box {
	margin:4px 0 0;
	height:22px;
}
.select-box .box .quanity {
	border:1px solid #a5acb2;
	color:#6c6b6b;
	width:42px;
}
.select-box .color, .select-box .size {
	color:#6c6b6b;
	border:1px solid #a5acb2;
}
.select-box .color {
	width:100px;
}
.select-box .size {
	width:79px;
}
/*box with prices*/
.inner-box .frame .price {
	background:#b3ddf9;
	padding:10px;
	margin:6px 0 0;
	height:61px;
}
.price .list-price, .price .our-price {
	color:#194780;
	font-size:16px;
	font-weight:bold;
	display:block;
}
.price .list-price, .price .our-price {
	font-style:normal;
}
.price .list-price em {
	text-decoration:line-through;
}
.price .save {
	color:#23528a;
	display:block;
	margin:2px 0 0;
}
.add-to-cart {
	float:right;
	width:147px;
	height:55px;
	background:url(/app_themes/prism/images/add-to-cart.jpg) no-repeat;
	margin:4px 0 0;
	text-indent:-9999px;
}
.view {
	font-size:13px;
	color:#618a2c;
	text-decoration:none;
	background:url(/app_themes/prism/images/bullet-view.gif) no-repeat;
	padding:0 0 0 27px;
	display:block;
	height:24px;
	line-height:24px;
	margin:10px auto 0;
	width:100px;
}
.more {
	font-size:13px;
	color:#618a2c;
	text-decoration:none;
	background:url(/app_themes/prism/images/bullet-view.gif) no-repeat;
	padding:0 0 0 27px;
	display:block;
	height:24px;
	line-height:24px;
	margin:15px 0 0;
	width:300px;
}
#content .title2 {
	display:block;
	font-size:18px;
	color:#1a5fa0;
	font-weight:normal;
	margin:10px 0 0 0px;
	padding:0px;
	text-align:left;
}

#content .title2 span{
	text-align:left;
}
/*list with images of products*/
#content .products {
	margin:9px 0 0 20px;
	padding:0 0 20px 0;
	list-style:none;
	width:636px;
	overflow:hidden;
}
#content .products li {
	width:173px;
	border:1px solid #ced5d9;
	text-align:center;
	height:230px;
	float:left;
	margin:0 37px 0 0;
	position:relative;
}
#content .products li img {
	display:block;
	margin:0 auto;
}
.products a.testimonial {
	color:#618a2c;
	text-decoration:none;
}
.products .price {
	color:#1a5fa0;
	display:block;
	position:absolute;
	width:173px;
	top:204px;
	left:0;
	font-size:11px;
}
/* "Edit Module" button that appears on the front-end for authorized users. */
.webmodules_editModuleLink, a.webmodules_editModuleLink, a.webmodules_editModuleLink:link, a.webmodules_editModuleLink:visited {
	background-color: #FFFFA5;
	padding: 1px 2px 2px 2px;
	border: 1px dotted gray;
	position: absolute; /*preserve layout*/
	font-size: 100%;
	color: Blue;
	font-weight: normal;
	text-decoration: underline;
	z-index: 9999; /*CMS buttons should always be on top.*/
}
.webmodules_editModuleLink:hover, a.webmodules_editModuleLink:hover {
	font-size: 100%;
	color: #00A2FF;
}
/* "Edit Page" button that appears on the front-end for authorized users. */
.webmodules_editPageLink, a.webmodules_editPageLink, a.webmodules_editPageLink:link, a.webmodules_editPageLink:visited {
	background-color: #FFFFA5;
	padding: 1px 2px 2px 2px;
	border: 1px dotted gray;
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 100%;
	color: Blue;
	font-weight: normal;
	text-decoration: underline;
	z-index: 9999; /*CMS buttons should always be on top.*/
}
.webmodules_editPageLink:hover, a.webmodules_editPageLink:hover {
	font-size: 100%;
	color: #00A2FF;
}
/* sub navigation highlighted/activated style. */
.subnav .on a:link, .subnav .on a:visited, .subnav .on a:hover, .subnav .on a:active {
	background-color: #00FF00;
}
/******************************************************************************
 main navigation menu. 
******************************************************************************/

.mainNavDropDown {
	padding: 10px 0px 0px 0px;
}
.mainNavDropDown_item, .mainNavDropDown_item a, .mainNavDropDown_item a:visited /* requird by IE6 to override ancestors. */ {
	background-color: #00FF00;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 15em;
	padding: 10px 5px;
}
.mainNavDropDown_item_hover, .mainNavDropDown_item_hover a, .mainNavDropDown_item_hover a:visited, /* requird by IE6 to override ancestors. */ .mainNavDropDown_item_hover a:hover, /* requird by IE6 to override ancestors. */ .mainNavDropDown_item_hover a:active /* requird by IE6 to override ancestors. */ {
	background-color: #00FF00;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 15em;
	padding: 10px 5px;
}
/*  Shopping Cart Styles  */
	
.TopLeft {
	background-image:url(/App_themes/prism/images/purp_top_left288.gif);
	color:#fff;
	height:26px;
	margin:0pt;
	width:158px;
	vertical-align:middle;
}
.TopLeft1 {
	background-image:url(/App_themes/prism/images/purp_top_left.gif);
	color:#fff;
	height:26px;
	margin:0pt;
	width:138px;
	vertical-align:middle;
}
.TopRight {
	background-image:url(/App_themes/prism/images/purp_top_right.gif);
	height:26px;
	margin:0pt;
	width:26px;
}
.Center {
	width:125px;
	background-color:#3d64a7;
}
.Bottom {
	width:325px;
	border:solid 1px #000;
}
.Center2 {
	width:430px;
	background-color:#3d64a7;
}
.Center3 {
	width:430px;
	background-color:#3d64a7;
}
.RegCenter3 {
	width:40px;
	background-color:#3d64a7;
}
.RegCenter2 {
	width:40px;
	background-color:#3d64a7;
}
.AddressContainer {
	width:305px;
}
/*Category Page Styles - ProductSummaryWide.ascx */
.ProductName {
	min-height: 29px;
	height:29px;
	height: auto;
	width: 120px;
	vertical-align:top;
	padding:0 2px 0 2px;
	font-weight: bold;
	line-height: 14px;

}

a.ProductName_Link, a.ProductName_Link:link {
	color:#618a2c;
	text-decoration:none;
}
a.ProductName_Link:hover {
	color:#618a2c;
	text-decoration:underline;
}

.ProductImage_Thumb {
	height:125px;
	vertical-align:middle;
}

.itemlinkstyle a {
color: #618a2c;
}

.CategoryMessage
{
    
    
    }
	
	
.img-left {
	margin-right:20px;
	margin-bottom:10px;
	border:1px solid #ced5d9;
	float:left;
}

.img-right {
	margin-left:20px;
	margin-bottom:10px;
	border:1px solid #ced5d9;
	float:right;
}

.table-callout {
	border:1px solid #91d0f9;
	background-color:#d7ecfa;
	margin-bottom:10px;
}

.table-callout td {
padding:15px 25px 15px 25px;
}

.table-callout td p {
	margin:0;
	padding:0;
}

/*--------COLOR TABLE------------*/

	#colors .title{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
		padding:5px 0 10px 0;
		}
		
	#colors .burgundy{
		background-color:#3c272e;
		height:100px;
		}
		
	#colors .khaki{
		background-color:#a5ab88;
		height:100px;
		}
		
	#colors .misty{
		background-color:#749ba2;
		height:100px;
		}
		
	#colors .hunter{
		background-color:#1f5254;
		height:100px;
		}
		
	#colors .teal{
		background-color:#3088a6;
		height:100px;
		}
		
	#colors .caribbean{
		background-color:#204365;
		height:100px;
		}
		
	#colors .ceil{
		background-color:#8490cc;
		height:100px;
		}
		
	#colors .royal{
		background-color:#314b98;
		height:100px;
		}
		
	#colors .navy{
		background-color:#202e3e;
		height:100px;
		}
		
	#colors .purple{
		background-color:#3a335d;
		height:100px;
		}
		
	#colors .white{
		background-color:#fff;
		padding:0;
		height:100px;
		}
	
	#colors .white span{
		border:1px solid #ccc;
		display:block;
		width:180px;
		height:100px;
		}
		
	#colors .black{
		background-color:#000;
		height:100px;
		}
