.bg {
	background: url('/images/bg_jump.jpg') top right no-repeat;
}
.leftColumn {
	float:left;
	width:225px;
	margin-top:0px;
	text-align:left;
	position:relative;
}
.rightColumn {
	float:right;
	width:750px;
	margin-top:5px;
	text-align:top;
	position:relative;
}
ul.greenList li {
	color:#5a8653;
}
.examples img {
	margin-left:15px;
}
.createButton {
	width:238px;
	float:left;
	margin-left:40px;
}
.signInText {
	float:right;
	width:238px;
	text-align:center;
	margin-right:40px;
	margin-top:10px;
}
.next {
	width:345px;
	background: url('/images/next_box.png') no-repeat;
	height:205px;
	padding-left:15px;
	padding-top:10px;
}
.next	.item {
	clear:both;
	margin-top:5px;
}
.next	.item	.image {
			width:32px;
			height:32px;
			float:left;
		}
.next	.item	.text {
			width:290px;
			float:right;
			color:#4f5dfb;
			padding-top:7px;
		}
		
.next	.item	.text a{
			color:#4f5dfb;
			text-decoration:none;
		}
		
		
.spacer {
	width:auto;
	clear:both;
	height:1px;
	margin-top:20px;
}

.productConainer {
	position:relative;
}
.product {
	margin:10px;
	width:auto;
	padding-bottom:5px;
	border-bottom:1px solid #333333;
	width:300px;
	float:left;
	position:relative;
}
.product h2 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.product 	.image {
	float:left;
	width:140px;
}
.product 	.details {
clear:both;
	padding:5px;
}

.product 	.option {
	
	width:200px;
}
.wishlist {
	width:235px;
	float:right;
	background: url('/images/wishlist_mid.jpg') top left repeat-y;
	position:relative;
}
.wishlist .contents {
	padding-left:30px;
	position:relative;
}
.wishlist .contents .item {
		margin-top:20px;
		padding-bottom:10px;
		border-bottom:1px solid #000000;
		position:relative;
	}
.wishlist .top {
	background: url('/images/wishlist_top.jpg') top left no-repeat;
	min-height:86px;
	padding-left:30px;
	padding-top:30px;
	position:relative;
}
.wishlist .top .image {
	width:60px;
	
}
.wishlist .bottom {
	background: url('/images/wishlist_bottom.jpg') bottom left no-repeat;
	height:26px;
	
}
.display {
	width:510px;
	float:left;
}
input.search {
	font-family:Arial, Helvetica, sans-serif;
	
	padding:3px;
}
.menu {
	border:1px solid #3ecb3e;
	position:relative;
}
ul.top{
	list-style-type:none;
	margin:0px;
	color:#000000;
	position:relative;
}
ul.top a{
	color:#000000;
	text-decoration:none;
	position:relative;
}
ul.top li{
	padding:3px;
	border-bottom:1px solid #efefef;
	margin:0px;
	position:relative;
}
ul.top li.active{
	padding:3px;
	background:#efefef;
	border:1px solid #9b9b9b;
	font-weight:bold;
	position:relative;
}
ul.sub ul{
	font-weight:normal;
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin-left:5px;
	position:relative;
}
ul.sub a{
	color:#000000;
	text-decoration:none;
	position:relative;
}
ul.sub ul li{
	padding:3px;
position:relative;
}
ul.sub li.active{
	padding:3px;
	background:#efefef;
	border:1px solid #efefef;
	font-weight:bold;
	position:relative;
}
.images {
clear:both;
	width:400px;
	float:left;
	margin-left:5px;
}
.images .main {
	border:0px solid #000000;
}
.images .sm {
	border:0px solid #000000;
	margin-bottom:3px;
	margin-right:3px;
	width:80px;
}
.subCat {
	width:300px;
	height:123px;
	float:left;
	background:#ffffff url('/images/cat_titlebg.jpg') top repeat-x;
	margin:5px;
	padding:5px;
	text-align:left;
	border:1px solid #9b9b9b;
	overflow:hidden;
	position:relative;
}
.subCat .title {
	float:left;
	width:187px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin-bottom:3px;
}
.subCat .description {
	float:left;
	width:187px;
	padding:0px;
}
.subCat .description p{
	margin:0px;
	padding:0px;
}
.subCat .description h5{
	margin:0px;
	padding:0px;
}
.subCat .image {
	float:right;
	width:102px;
	border:1px solid #000000;
}
.subCat a {
		color:#000000;
		text-decoration:none;
		position:relative;
	}
	
.subCat img {
	border:0px solid #000000;
}
.order {
	border-top:1px solid #9b9b9b;
	border-bottom:1px solid #9b9b9b;
	padding:3px;
	margin-top:3px;
	margin-bottom:3px;
}
.order form {
	margin:0px;
	padding:0px;
}
.display .product {
	width:95%;
}