/*DOM TAG STYLES -----------------------------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
	border:0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	/*background-color:#D6DBC4;*/
}
div {}
table {}
tr {}
td, th {
	vertical-align:top;
	text-align:left;
}
td {}
th {}
h1 {
	font-size: 24px;
	line-height:24px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color:#00AEDC;
	font-weight:normal;
}
h2 {
	font-size:20px;
	line-height:18px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 25px;
	color: #9A6B36;
	font-weight:normal;
}
h3 {
	font-size: 12px;
}
h4 {}
h5 {}
h6 {}
p {
	margin-bottom: 12px;
}
a {
	color: #F78E1E;
	text-decoration:none;
}
a:hover {
	color: #F78E1E;
	text-decoration:underline;
}
h2 a {
	color: #9A6B36;
}
h2 a:hover {
	color: #9A6B36;
}
img {}
ul {
	margin-bottom:12px;
}
li {
	margin-left: 20px;
}
form{}
form .error {
}
form td, form tr {
}
form .field {
}
form .label {
} 
form .captcha {
	vertical-align:bottom;
} 
form .element input {
}
label {
	display: block;
}
input {
}
textarea {
	width: 300px;
	height:70px;	
}
select {
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	padding:1px;
	border: 1px solid #CCCCCC;
}



/*GENERAL CLASS STYLES --------------------------------------------------------------------------------------------*/
.floatLeft {
float:left;
margin-right:10px;
margin-bottom:10px;
}
.floatRight {
float:right;
margin-left:10px;
margin-bottom:10px;
}
.headerUnderline {
	background-image: url(/Rishis/main/images/line-grey-dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.lightP {
	color:#999999;
}
.smallLightP {
	margin-bottom:0px;
	color:#999999;
	font-size:10px;
}
.block {
	display:block;
	border:none;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
.leftBlockDiv {
	display:block;
	border:none;
	padding: 0px;
	margin:0px;
	margin-bottom:10px;
	background-image:url(/Rishis/main/images/block-left-mid.png);
	background-repeat:repeat-y;
	color:#5C7787;
}
.rightBlockDiv {
	display:block;
	border:none;
	padding: 0px;
	margin:0px;
	margin-bottom:10px;
	background-image:url(/Rishis/main/images/block-right-mid.png);
	background-repeat:repeat-y;
	color:#5C7787;
}
.leftBlockDiv .blockContentDiv {
	margin-left:10px;
	margin-right:12px;
}
.rightBlockDiv .blockContentDiv {
	margin-left:12px;
	margin-right:10px;
}
.blockContentDiv h3 {
	font-size: 14px;
	line-height:14px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight:normal;	
	background-image: url(/Rishis/main/images/line-grey-dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.blockImg {
	display:block;
	border:none;
	margin:0px;
	padding:0px;
}
.iconImg90x80 {
	width:90px;
	height:80px;
}
.iconImg68x60 {
	width:68px;
	height:60px;
}
.iconTd {
	padding-right:10px;
	padding-bottom:10px;
}
.frameImg, .frameIconImg {
	display:block;
	border:none;
	margin:0px;
	padding:0px;
	position: absolute;
	z-index: auto;
}

.embedDiv {
	width:100%;
	margin-bottom: 10px;
	text-align:center;
}
.bold {
	font-weight:bold;
}
.clearing {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	margin:0px;
	padding:0px;
}
.buttons {
	text-align:right;
}

/*GENERAL & HEADER STYLES --------------------------------------------------------------------------------------------*/
#outerDiv {
	width:1000px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
#headerDiv {
	width:100%;
	height: 189px;
	background-color:#FFFFFF;
	margin-bottom:20px;
	background-image: url(/Rishis/main/images/rishis-top-banner.png);
	background-repeat: no-repeat;
}
#logoDiv {
	width:100%;
	height: 165px;
}
#logoImg {
	width:200px;
	height:165px;
	margin-left:auto;
	margin-right:auto;
}
#userDiv {
	width:350px;
	margin-top:15px;
	margin-left:15px;
	float: left;
}
#userDiv p {
	margin-bottom:5px;
	line-height: 16px;
}
#userDiv p img{
	vertical-align:middle;
}
#userDiv .linkSpan {
	font-style:italic;
}



/* NAVIGATION STYLES --------------------------------------------------------------------------------------------*/
#navigationDiv {
	height:24px;
	margin-left:10px;
	margin-right: 10px;
}
#navigationDiv ul {
	margin:0px;
	list-style:none;
}
#navigationDiv li {
	padding:0px;
	margin:0px;
	float:left;
}
#navigationDiv li a {
	display:block;
	line-height:24px;
	padding-left: 25px;
	padding-right: 25px;
	margin:0px;
	color:#5C7787;
	text-decoration:none;
}
#navigationDiv li a:hover {
	color:#9A6B36;
	text-decoration:none;
}
#navigationDiv li .highlight {
	color:#9A6B36;
	background-color:#FFFFFF;
	background-image: url(/Rishis/main/images/navigation-tab.png);
	background-repeat: repeat-x;
}



/* BOTTOM NAVIGATION STYLES --------------------------------------------------------------------------------------------*/
#bottomNavigationDiv {
	margin-left:15px;
	margin-right: 10px;
}
#bottomNavigationDiv ul li {
	float: left;
	width: 90px;
	margin-left:0px;
	margin-right:  19px;
	list-style:none;
}
#bottomNavigationDiv ul li a {
	font-weight: bold;
	text-decoration:underline;
}
#bottomNavigationDiv ul li ul {
	margin-top:5px;
	width: inherit;
}
#bottomNavigationDiv ul li ul li{
	float: none;
	margin-left:15px;
	margin-right: 0px;
	list-style: circle;
	width: inherit;
}
#bottomNavigationDiv ul li ul li a{
	font-weight:normal;
	border: none;
	text-decoration:none;
		width: inherit;
}



/* MAIN STYLES --------------------------------------------------------------------------------------------*/
#mainDiv {
	width:100%;
	margin-bottom:20px;
}
#contentDiv {
	width: 630px;
	margin-right:16px;
	margin-bottom:20px;
	/*background-color:#00FFFF;*/
	float:left;
}
#contentDiv table {
	margin-bottom: 12px;
}
#titleDiv {
	width:750px;
	height:30px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom:10px;
	background-color:#003333;
	background-image: url(/Rishis/admin/images/barDark.png);
	background-repeat: repeat-x;
}
#titleH1 {}
#searchDiv {
	width: 300px;
	text-align:right;
	float:right;
}
#bodyContentDiv {}



/* LEFT COLUMN STYLES --------------------------------------------------------------------------------------------*/
#leftColumnDiv {
	width:154px;
	/*background-color:#FFFF00;*/
	margin-right:16px;
	margin-bottom:20px;
	float:left;
}
#leftColumnDiv a {
	color: #00AEDC;
}
#leftColumnDiv a:hover{
	color: #F78E1E;
		text-decoration:none;
}
#leftColumnDiv li {
	margin-bottom:5px;
}
#leftColumnDiv .highlight {
	font-weight:bold;
	color:#5C7787;
}



/* RIGHT COLUMN STYLES --------------------------------------------------------------------------------------------*/
#rightColumnDiv {
	width:184px;
	margin-bottom:20px;
/*	background-color:#FFFF00;*/
	float:left;
}
#rightColumnDiv a {
	color: #00AEDC;
}
#rightColumnDiv a:hover{
	color: #F78E1E;
	text-decoration:none;
}
#rightColumnDiv li {
	margin-bottom:5px;
}



/* BLOCKS STYLES --------------------------------------------------------------------------------------------*/



/* NOTIFICATION & INFO STYLES --------------------------------------------------------------------------------------------*/
#notificationDiv {
	clear:both;
	/*background-color:#F2F4F4;*/
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom:3px;
	margin-top: -10px;
	margin-bottom: 10px;
}
#notificationDiv ul {
	margin:0px;
	list-style:none;
}
#notificationDiv .messageDone, #notificationDiv .messageFail, #notificationDiv .messageInfo {
	line-height:16px;
	padding-left:20px;
	margin:0px;
	margin-bottom:2px;
	margin-top:2px;
	background-repeat: no-repeat;
}
#notificationDiv .messageDone {
	background-image: url(/Rishis/admin/icons/accept.png);
}
#notificationDiv .messageFail {
	background-image: url(/Rishis/admin/icons/exclamation.png);
}
#notificationDiv .messageInfo {
	background-image: url(/Rishis/admin/icons/information.png);
}
#controlsDiv {
	clear: both;
	height:20px;
	margin-bottom: 10px;
}
#controlsDiv a {
	margin-right: 10px;
}



/* FOOTER STYLES --------------------------------------------------------------------------------------------*/
#footerDiv {
	width:100%;
	margin-bottom:20px;
	clear: both;
	background-color:#E4E8E9;
	font-size:10px;
}
#footerDiv a {
	color: #5C7787;
}
#footerDiv a:hover {
	color: #00AEDC;
}
#copyrightDiv {
	clear:both;
	text-align:center;
}
#developmentDiv {
	width:980px;
	padding:5px;
	clear: both;
	background-color:#FFFFFF;
	color:#000000;
}
#bottomBannerDiv {
width:728px;
height:90px;
margin-left:auto;
margin-right:auto;
margin-bottom: 20px;
}


/* STANDARD GRID STYLES --------------------------------------------------------------------------------------------*/
.gridNavigation {
	clear:both;
	line-height:20px;
	height:20px;
	padding-right:10px;
	background-color: #F2F4F4;
	text-align:right;
/*	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;*/
}
.gridNavigation a {

}
.gridNavigation a:hover {

}
.gridNavigation .highlight {
	color:#555555;
	font-weight:bold;
}
.gridTable {
	width:100%;

}
.gridTable th, .gridTable td {
	padding-left:10px;
	padding-right:5px;
}
.gridTable td {
	padding-top: 2px;
	padding-bottom:2px;
}
.gridTable th {
	height:24px;
	line-height:24px;
	padding-right: 20px;
	background-color: #CCCCCC;
	background-image: url(/Rishis/admin/images/barLight-25px.png);
	background-repeat: no-repeat;
	background-position: right;
}
.gridTable td img {
	vertical-align:middle;
}
.gridTable th a {
	padding-right: 20px;
	color:#231F20;
}
.gridTable th a:hover {
	color:#231F20;
	text-decoration: underline;
}
.gridTable th .sorted {
	background-image: url(/Rishis/admin/icons/bullet_arrow_down.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.gridTable th .sortedDesc {
	background-image: url(/Rishis/admin/icons/bullet_arrow_up.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.gridTable .evenRow {
	background-color: #F2F4F4;
}
.gridTable .highlight {
	background-color: #D3ECF5;
}
.gridNavigation {
	clear:both;
}
.searchInput {
	display: block;
	height: 14px;
	margin-top:6px;
	margin-right: 5px;
	font-size:12px;
	float:right;
	color:#231F20;
	border: 1px inset #231F20;
}
.searchButton {
	display: block;
	margin-top: 7px;
	margin-left: 4px;
	cursor: pointer;
	float:right;
}



/* STANDARD FORM STYLES --------------------------------------------------------------------------------------------*/
.standardForm {
	margin-bottom:10px;
}
.standardForm td, .standardForm th {
	padding-right:10px;
	padding-bottom:6px;
}
.standardForm  .error {
	color:#FF0033;
	font-size:10px;
}
.standardForm .field {

}
.standardForm .label {

} 
.standardForm .element input {
	padding:2px;
}
.standardForm .buttons {
	text-align:right;
}
.standardForm .buttons input {
	border:none;
	background-color:transparent;
	padding:0px;
	margin-left:5px;
}
.standardForm .radioGroup label {
	display: inline;
	margin-right:5px;
}
.standardForm .radioGroup label input {
	border:none;
}
.standardForm .mediumInput {
	width: 200px;
}
.standardForm .smallInput {
	width: 70px;
}
.standardForm .largeInput {
	width:350px;
}
.standardForm .mediumArea {
	width: 350px;
	height: 200px;
}



/* BLOCK FORM STYLES --------------------------------------------------------------------------------------------*/
.blockForm {
	margin:0px;
	font-size: 11px;
}
.blockForm td {
	padding-bottom:3px;
}
.blockForm th {
	padding-right: 2px;
	padding-bottom:2px;
}
.blockForm  .error {
	color:#FF0033;
	font-size:10px;
}
.blockForm .field {

}
.blockForm .label {

} 
.blockForm .element input {
	padding:1px;
}
.blockForm .buttons {
	text-align:right;
}
.blockForm .buttons input {
	border:none;
	background-color:transparent;
	padding:0px;
	margin-left:5px;
}
.blockForm .radioGroup label {
	display: inline;
	margin-right:0px;
}
.blockForm .radioGroup label input {
	border:none;
}
.blockForm .mediumInput {
	width:75px;
}
.blockForm .smallInput {
	width: 50px;
}
.blockForm .largeInput {
	width:120px;
}



/* BANNER STYLES ----------------------------------------------------------------------------------------------*/
.rightBannerDiv {
	padding-right:1px;
	margin:0px;
	margin-bottom:10px;
}
.rightBannerImg {
	display:block;
	margin-bottom:10px;
	float:right;
}



/* BLOGGER MODULE STYLES --------------------------------------------------------------------------------------------*/
.blogDiv {
	margin-top:25px;
	margin-bottom:25px;
}
#bloggerDescriptionP {
}



/* BLOGGER BLOCK STYLES --------------------------------------------------------------------------------------------*/
#bloggerIconDiv {
	margin-right:5px;
	margin-bottom: 5px;
	float:left;
}



/* EVENTS MODULE STYLES --------------------------------------------------------------------------------------------*/
.dataTable th {
	padding-right:10px;
}
.registerButtonDiv {
	margin-bottom: 12px;
}

.orderOverviewTable {
	width: 500px;
}
.orderOverviewTable .dataTd {
	padding-left:20px;
	text-align:right;
}
.orderOverviewTable .dataMoneyTd {
	padding-left:5px;
	text-align:right;
}
.processButtonsDiv {
	width:500px;
	margin-top:20px;
	text-align:right;
}


/* GALLERY MODULE STYLES ---------------------------------------------------------------------------------------------*/
.pagingDiv {
	text-align:center;
	margin-bottom:10px;
	color:#999999;
}
.galleryPhotoDiv {
text-align:center;
}



/* POSTS MODULE STYLES ----------------------------------------------------------------------------------------------*/
.postInteractionDiv {
	padding-bottom:5px;
	text-align:right;
	background-image: url(/Rishis/main/images/line-grey-dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.newPostDiv {
	padding-bottom:5px;
	margin-bottom: 20px;
	text-align:right;
	background-image: url(/Rishis/main/images/line-grey-dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.postDiv {
	margin-bottom:20px;
}



/* COMMENTS STYLES ----------------------------------------------------------------------------------------------*/
.commentDiv {
	padding-left:30px;
	background-image: url(/Rishis/main/icons/comment.png);
	background-repeat: no-repeat;
}



/* PRODUCTS STYLES ----------------------------------------------------------------------------------------------*/
#productsTable .column2 {
	padding-left:10px;
}
#leftItemDiv {
float:left;
width:300px;
margin-right:10px;
}
#rightItemDiv {
float:left;
width: 320px;
}
#itemImg {
	display:block;
	margin-bottom:10px;
}
#itemDataTable {
	width:300px;
	background-color: #F5F2E9;
	color: #333333;
}
#itemDataTable td, #itemDataTable th {
	text-align:right;
	padding: 5px;
}
#itemPriceTd {
	font-size:15px;
	font-weight:bold;
	text-align:right;
}