@charset "utf-8";
/************************************************************
Transparent Custom Corners & Borders CSS for JUST SHOP
cbb function by Roger Johansson, http://www.456bereastreet.com/
Edited for JUST SHOP: 25/2/09

%%%%%%%%%% REFERENCE %%%%%%%%%%
See this page for explanation:
http://www.456bereastreet.com/archive/200506/customising_custom_corners_and_borders/

Shadow + 1px border = 7px right, 8px down.

TL X:	17px
TR X:	17px
TL Y: 	15px
TR Y:	15px
LB:		8px
RB:		8px
BL Y:	18px
BR Y:	18px
BL X:	15px
BR X:	17px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

************************************************************/


/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb {/*
	margin:0px;
	padding:10px;
	border:1px solid #ADADAD;
	background:#fff;
	width:447px;*/
	border:1px solid #ADADAD;
	padding:10px 0px;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
/* Normal styling */
.cb {
	margin:0.5em 0;
}
	/* Top corners and border */
.bt {
	height:15px;
	margin:0 0 0 17px;
	background:url("/images/global/box.png") no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-17px;
	width:17px;
	height:15px;
	background:url("/images/global/box.png") no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:22px;
	margin:0 0 0 25px;
	background:url("/images/global/box.png") no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-25px;
	width:25px;
	height:22px;
	background:url("/images/global/box.png") no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 8px;
	background:url("/images/global/borders.png") repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 8px 0 0;
	background:url("/images/global/borders.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:0px 0px 0px 1px;
	padding:1px 10px;
	background:#fff;
}
	/* 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;}
/* Default CSS ends here */


