/* THIS STYLESHEET ALONG WITH A LITTLE BIT OF JAVASCRIPT PROVIDES OUR ROUNDED BORDER BOXES WITHOUT THE NEED FOR A LOT OF EXTRA HTML. PLEASE DON'T CHANGE UNLESS YOU ARE SURE OF WHAT YOU'RE DOING */



/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:8px;
	margin:0 0 0 8px;
	background:url(../images/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-8px;
	width:8px;
	height:8px;
	background:url(../images/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:7px;
	margin:0 0 0 7px;
	background:url(../images/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-7px;
	width:7px;
	height:7px;
	background:url(../images/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 3px;
	background:url(../images/border.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 3px 0 0;
	background:url(../images/border.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#da2128;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}


.redbox .bt {
	height:8px;
	margin:0 0 0 8px;
	background:url(../images/redbox.png) no-repeat 100% 0;
}
.redbox .bt div {
	position:relative;
	left:-8px;
	width:8px;
	height:8px;
	background:url(../images/redbox.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.redbox .bb {
	height:7px;
	margin:0 0 0 7px;
	background:url(../images/redbox.png) no-repeat 100% 100%;
}
.redbox .bb div {
	position:relative;
	left:-7px;
	width:7px;
	height:7px;
	background:url(../images/redbox.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

.redbox .i1 {
	padding:0 0 0 3px;
	background:url(../images/redbox_border.png) repeat-y 0 0;
}
	/* Right border */
.redbox .i2 {
	padding:0 3px 0 0;
	background:url(../images/redbox_border.png) repeat-y 100% 0;
}

.redbox .i3 {
	display:block;
	margin:0;
	padding:10px 15px;
	background:#fff;
}

.greybox .bt {
	height:8px;
	margin:0 0 0 8px;
	background:url(../images/greybox.gif) no-repeat 100% 0;
}
.greybox .bt div {
	position:relative;
	left:-8px;
	width:8px;
	height:8px;
	background:url(../images/greybox.gif) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.greybox .bb {
	height:7px;
	margin:0 0 0 7px;
	background:url(../images/greybox.gif) no-repeat 100% 100%;
}
.greybox .bb div {
	position:relative;
	left:-7px;
	width:7px;
	height:7px;
	background:url(../images/greybox.gif) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

.greybox .i1 {
	padding:0 0 0 3px;
	background:url(../images/greybox_border.gif) repeat-y 0 0;
}
	/* Right border */
.greybox .i2 {
	padding:0 3px 0 0;
	background:url(../images/greybox_border.gif) repeat-y 100% 0;
}

.greybox .i3 {
	display:block;
	margin:0;
	padding:1px 15px;
	background:#fff url('../images/white_jack.gif') no-repeat 80px 25px;
}

.inner_page .greybox .i3, .return_policy .greybox .i3 {
	background:#fff url('../images/white_jack.gif') repeat-y top center;
}

#account .greybox .i3 {
	background:#fff url('none')
}


#cart_buttons .bt, #login .bt {
	height:4px;
	margin:0 0 0 4px;
	background:url(../images/box.png) no-repeat 100% 0;
}
#cart_buttons .bt div, #login .bt div {
	position:relative;
	left:-4px;
	width:4px;
	height:4px;
	background:url(../images/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
#cart_buttons .bb, #login .bb {
	height:4px;
	margin:0 0 0 4px;
	background:url(../images/box.png) no-repeat 100% 100%;
}
#cart_buttons .bb div, #login .bb div {
	position:relative;
	left:-4px;
	width:4px;
	height:4px;
	background:url(../images/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
#cart_buttons .i1, #login .i1 {
	padding:0 0 0 1px;
	background:url(../images/border.png) repeat-y 0 0;
}
	/* Right border */
#cart_buttons .i2, #login .i2 {
	padding:0 1px 0 0;
	background:url(../images/border.png) repeat-y 100% 0;
}