/*
-------------------------------------------
File: 'Creative Art 2' sidebar_right.css Style Sheet
Created: 12, August, 2006
Last Modified: 06, August, 2009
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Email: themes@blueballdesign.com
-------------------------------------------
*/


#innercontainer #shadow {
	position: absolute;
	left: 617px;
	top: 386px;
	height: 208px;
	width:  3px;
	background: url(../../images/sidebar_shadow.png) top right no-repeat;
	z-index: 88;
}

* html #innercontainer #shadow {
	top: 388px;
}

#sidebarContainer {
	position: relative;
	float: right;
 	width: 233px;
 	text-align: left;
 	background: transparent;
	margin: 0px;
	padding: 10px 30px 0px 15px;
}

* html #sidebarContainer {
	padding: 14px 30px 0px 20px;
}


#innercontainer #contentContainer {
	position: relative;
	margin-right: 290px;
	margin-top: 0px;
	padding: 0px 10px 0 10px;
	height: auto;
	z-index: 25;
}

* html #innercontainer #contentContainer {
	margin-top: 3px;
}



