﻿/************************************************
Overall Css Elements
************************************************/
body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
}
input, select, textarea, label, .label
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
}
input, select, textarea
{
	 color: #444444;
}
select, textarea
{
	border: solid 1px #C1C1C1;
}

a
{
    color: #5D84A5;
}

/************************************************
General Css Classes
************************************************/

/* input controls */
.button 
{
	background-color: #D4D0C7;
	height: 24px;
	padding: 0px;
	font-weight: bold;
	width: 85px;
}
.textbox
{
	border: solid 1px #C1C1C1;
	height: 17px;
	padding: 3px 4px 0px 4px;
}

.checkbox
{
}
.checkbox input
{
	margin: 0px;
}
.checkbox label
{
	margin-left: 3px;
}
.filefield
{
	height: 22px;
}
.m-textbox
{
	border: solid 1px #C1C1C1;
	padding: 3px 4px 3px 6px;
}
.rtf-textbox
{
	border: solid 1px #C1C1C1;
	padding: 3px 4px 3px 6px;
}
.watermarked
{
	background-color: #F5F5F5;
	font-style: italic;
	color: #999999;
}

/* logos, icons, items etc */
.page-content-header
{
	height: 30px;
	background-color: #EBF2F8;
	font-family: Georgia, Serif;
	font-size: 20px;
	color: #2C689C;
	margin: 12px -22px 21px -22px;
	padding-left: 20px;
	padding-top: 10px;
}
.product-logo
{
	border: none;
	width: 120px;
}
.product-logo-link
{
	border: solid 1px #FFFFFF;
}
.product-logo-link:hover
{
	border: solid 1px #F0F0F0;
}
.dark-backgrounded
{
 	background-color: #1E69AF;
	color: #EEFFFF;
}
.light-backgrounded
{
	background-color: #E0EBF1;
	color: #000000;
}
.warning-text
{
	color: #FF0000;
	display: block;
}
.message-info
{
	background-color: #FDFEEB;
	border: solid 1px #688868;
	display: block;
	padding: 12px;
}

/* behaviours */
.hidden 
{
	display: none;
}
.margin-bottom-12
{
	text-decoration: underline;
	margin-bottom: -8px;
}
.margin-top-12
{
	margin-top: 12px;
}
.width-150
{
	width: 150px;
}
.float-right
{
	float: right;
}
.float-left
{
	float: left;
}

/* rating stars */
.rating-star 
{
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 0px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    width: 13px;
}
.filled-rating-star 
{
    background-image: url(../Images/FilledStar.png);
}
.empty-rating-star 
{
    background-image: url(../Images/EmptyStar.png);
}
.saved-rating-star 
{
    background-image: url(../Images/SavedStar.png);
}

/* tiny mce editor */
.mceEditor td, .mceEditor th
{
	margin: 0px;
	padding: 0px;
}
.tinymce-small
{
	height: 300px;
	width: 800px;
}
.tinymce-large
{
	height: 350px;
	width: 800px;
}

/************************************************
Edit Table Css
************************************************/
.edit-table
{
	border-collapse: collapse;
	font-family: Verdana, Arial;
	width: auto;
}
.edit-table td, .edit-table th
{
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
}
.edit-table .hint
{
	font-style: italic;
	color: #688868;
	padding-top: 7px;
	padding-left: 8px;
}
.edit-table .label
{
	background-color: #F8F7F5;
	color: #6C6C6C;
	text-align: right;
	padding-top: 7px;
	padding-right: 8px;
	width: 107px;
}
.edit-table .textvalue
{
	margin-left: 4px;
	position: relative;
	top: 4px;
}
.edit-table .textbox
{
	margin-left: 4px;
	width: 350px;
}
.edit-table .m-textbox
{
	margin-left: 4px;
	width: 348px;
}
.edit-table .filefield
{
	margin-left: 4px;
}

/* tiny mce editor */
.edit-table .mceEditor
{
	margin-left: 4px;
}
/* don't delete it. It's not the copy of prev. one */
.mceEditor .edit-table td, .mceEditor .edit-table th
{
	margin: 0px;
	padding: 0px;
}


/* check box list control */
.edit-table .checkbox-list
{
	float: left;
	border-collapse: collapse;
	margin-left: 4px;
}
.edit-table .checkbox-list td
{
	padding: 0px 6px 4px 0px;
}
.edit-table .checkbox-list input
{
	margin: 0px;
}
.edit-table .checkbox-list label
{
	margin-left: 2px;
}


/************************************************
CSS Master Page
************************************************/

/* page wrapper */
#page-wrapper
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #7B7F82;
	border-top: none;
}

/* page header */
#page-header
{
	 background-color: #f5f9fc;	 
}

#page-header table td
{
    padding-bottom: 20px;
    padding-top: 15px;
}

#page-header .website-logo
{
	margin: 5px 5px 5px 20px;
	vertical-align: middle;
}
#page-header .header-text
{
	color: #2468A5;
	font-family: Verdana, Serif;
	font-size: 34px;
	text-decoration: none;
}
#page-header .header-text-small
{
    font-family: Verdana;
    font-size: 11px;
    color: #6C6C6C;
    text-align:right;
    width: 100%;
}
/* top-menu */
#top-menu
{
	background-color: #1E69AF;
	font-family: Georgia, Serif;
	font-weight: bold;
	font-size: 13px;
	height: 23px;
	letter-spacing: 1px;
	padding-top: 7px;
}
#top-menu a
{
	color: #EEFFFF;
}
#top-menu .left-section
{
	float: left;
	padding-left: 26px;
	margin-top: -2px;
}
#top-menu .left-section .textbox
{
	font-size: 12px;
	padding: 2px 4px 0px 4px;
	height: 17px;
	width: 178px;
}
#top-menu .left-section .button
{
	background-color: Transparent;
}
#top-menu .right-section
{
	float: right;	
}
#top-menu .right-section a
{
	margin: 0px 12px;
	word-spacing: normal;
}

.google-script
{
    padding-left: 16px;
}
/* content */
#main-content
{
	padding: 0px 22px 22px 22px;
	width: auto;
	vertical-align: top;
}

/* vertical-menu */
#vertical-menu
{
	font-family: Verdana, Arial;
	background-color: #f5f9fc;
	border-left: solid 1px #7B7F82;
	height: 100%;
	vertical-align: top;
	width: 200px;
}
#vertical-menu .margin-bottom
{
	margin-bottom: 20px;
}
#vertical-menu .menu-header
{
	font-family: Georgia, Serif;
	font-size: 14px;
	margin: 12px 0 0 0;
	padding: 3px 20px;
}
#vertical-menu .menu-header.dark-backgrounded
{
	font-weight: bold;
}
#vertical-menu .menu-header.light-backgrounded,
#vertical-menu .one-arrow-bulleted
{
	padding-left: 16px;
}
#vertical-menu .menu-separator
{
	vertical-align: middle;
}
#vertical-menu ul
{
	margin: 0;
}
#vertical-menu .textbox
{
	height: 16px;
	padding: 2px 0px 0px 4px;
	width: 120px;
    margin: 5px 0;
}
#vertical-menu .rss-icon
{
	border: none;
	margin-left: 4px;
	position: relative;
	top: 2px;
}

/* menu list item classes */
#vertical-menu .two-arrow-bulleted
{
	padding: 0px 10px 0px 20px;	
}
#vertical-menu .two-arrow-bulleted li
{
	font-size: 14px;
	background-image: url(../images/a2.gif);
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
}
#vertical-menu .one-arrow-bulleted
{
	padding-right: 10px;
}
#vertical-menu .one-arrow-bulleted li
{
	font-size: 11px;
	background-image: url(../images/a1.gif);
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

/* menu-item-list */
#vertical-menu .menu-item-list
{
	list-style: none;
}
#vertical-menu .menu-item-list a
{
	color: #000107;
	vertical-align: top;
}
#vertical-menu .menu-item-list li
{
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#vertical-menu .menu-item-list .icon
{
	margin-top: 8px;
	border: none;
}

/* footer */
#footer
{
	background-color: #F8F7F5;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	padding: 10px;
	text-align: center;
}
#footer, #footer a
{
	color: #6C6C6C;
}
#footer .block
{
	margin: 10px;
}
#copyright
{
	font-size: 11px;
}

/* mixed css */
#footer a
{
	margin-left: 7px;
	margin-right: 7px;
}
#top-menu a, #footer a, #vertical-menu a
{
	text-decoration: none;
}
#top-menu a:hover, #footer a:hover, #vertical-menu a:hover
{
	text-decoration: underline;
}

.subfooter
{
    font-weight: normal;
    font-size:10px;
    color: #6E6E6E;
    width: 700px;
    text-align:center;
}

/************************************************
List Item Css
************************************************/
.list-item
{
	margin-top: 6px;
}

/* list item info */
.list-item-info
{
	border: solid 1px #FFFFFF;
	color: #000000;
	display: block;
	padding: 1px 3px;
	text-decoration: none;
}

.list-item-title
{
	text-decoration: none;
}

.list-item-title:hover
{
	text-decoration: underline;
}

/* list item summary */
.list-item-summary
{
	background-color: #F5F5F5;
	clear: left;
	color: #6E6E6E;
	margin: 6px 0px;
	padding: 5px;
}

.list-item-seperator
{
	border: none;
	border-top: solid 1px #C0C0C0;
}

/* list pager */
.list-pager
{
	text-align: center;
}
.list-pager a
{
	text-decoration: none;
	color: Blue;
}


/************************************************
Product List
************************************************/

/* product logo */
#product-list .product-logo-link
{
	float: left;
}

/* product info */
#product-list .list-item-info
{
	margin: 0 0 0 132px;
}
#product-list .list-item-title
{
	color: #000000;
	font-family: Georgia, Serif;
	font-size: 16px;
}
#product-list .list-item-description
{
	margin: 5px 0px 6px 0px;
	text-align: justify;	
}

/* product rating */
#product-list .product-rating
{
	float: left;
}
#product-list .product-rating .label2
{
	margin-right: 6px;
	position: relative;
	top: -2px;
}
#product-list .product-rating .hint
{
	margin-bottom: 3px;
	position: relative;
	top: -2px;
}

#product-list .product-user-opinions
{
	float: right;
}

.other-product-link
{
    font-family: Georgia, Serif;
	font-weight: bold;
	font-size: 11px;
	color: #6C6C6C;
}

/************************************************
Home Page (Top-Rated Product List)
************************************************/
.website-description
{
	text-align: justify;
	padding-top: 10px;
}


/************************************************
Contribute page
************************************************/
#contribute
{
	font-size: 11px;
	width: auto;
}

#contribute .button
{
	margin-top: 24px;
}


/************************************************
Product.aspx page
************************************************/
#product-view
{
	padding-top: 18px;
}
#product-view .mail-to-a-friend
{
	color: #5D84A5;
	margin-top: 10px;
	vertical-align: text-top;
	float: right;
	font-size: 12px;
	font-weight: bold;
}
#product-view .product-logo
{
	vertical-align: text-bottom;
	width: 121px;
}
#product-view .product-url
{
	color: #3A6995;
	font-family: Serif, Georgia;
	font-size: 21px;
	margin-left: 16px;
	text-decoration: none;
}
#product-view .product-contents 
{
	font-family: Verdana;
	font-size: 12px;
}

/* voting table */
#product-view .product-voting-table
{
	border-collapse: collapse;
	font-family: Verdana;
	font-size: 12px;
	margin-top: 16px;
}
#product-view .product-voting-table td
{
	text-align: center;
	padding-right: 30px;
}
#product-view .product-voting-table .hint
{
	font-size: 11px;
	color: #6F6F6F;
}

/* product summary */
#product-view .product-summary
{
	font-size: 11px;
	font-weight: bold;
	width: 100%;
	background-color: #F5F5F5;
	margin-top: 24px;
	padding: 3px 0px 2px 5px;
}
#product-view .product-summary .label2
{
	color: #6F6F6F;
	float: left;
	width: 100px;
}
#product-view .product-summary .textvalue a
{
	color: #000000;
}
#product-view .product-summary .v2 a
{
	color: #000000;
	text-decoration: none;
}

/* product h1 */
#product-view .product-h1
{
	padding-top: 24px;
	font-family: Georgia;
	font-size: 21px;
	color: #4C7092;	
}

/* product opinions */
#product-view .opinion-header
{
	margin-top: 15px;
	color: #808080;
	font-family: Georgia;
	font-size: 12px;
	letter-spacing: -1px;
	word-spacing: 1px;
}
#product-view .opinion-image
{
	vertical-align: middle;
}
#product-view .opinion-content
{
	font-family: Verdana;
	font-size: 11px;
}
#product-view .opinion-publish
{
	font-family: Verdana;
	font-size: 11px;
	margin-top: 15px;
}
#product-view .opinion-publish .block
{
	margin-top: 10px;
}
#product-view .opinion-publish .textbox
{
	width: 250px;
}
#product-view .opinion-publish .m-textbox
{
	width: 690px;
	height: 150px;
	float: left;
}


/************************************************
Email To Friend Page
************************************************/

#friend-email
{
	font-size: 11px;
	width: auto;
	font-family: Verdana, Arial;
}
#friend-email .message-text
{
	background-color: #F5F8F6;
	margin-left: 6px;
	padding: 4px;
	white-space: normal;
	width: 90%;
}
#friend-email .button
{
	margin: 24px 0px;
}


/************************************************
Search Page
************************************************/
#search-result .list-item-summary a
{
	color: #6E6E6E;
}
#search-result .list-item-title
{
	float: left;
}
#search-result .list-item-title:hover
{
	color: #AAAAAA;
	text-decoration: underline;
}
#search-result .list-item-category
{
	float: right;
	width: 150px;
}
#search-result .list-item-info
{
	clear: left;
	margin-bottom: 8px;
	padding-left: 4px;
}
#search-result .list-item-seperator
{
	border: none;
	border-top: solid 1px #C0C0C0;
}

/************************************************
ContactUs page
************************************************/

#contactUs .button
{
	margin-top: 24px;
}

.after-submit
{
    font-family: Verdana;
	font-size: 14px;
    text-align:center;
    margin-top: 24px;
}

/************************************************
Resouces page
************************************************/
.link-content
{
	margin-top: 10px;
	vertical-align: text-top;
	font-size: 12px;
	text-align: justify; 
}

.link-content a
{
    color: #5D84A5;
    line-height: 30px;
    text-decoration: none;
}

.link-content a:hover
{
    text-decoration: underline;
}

.link-content .underlined-link
{
    line-height: 100%;
    text-decoration: underline;
}

.editors-choice-link
{
    font-size: 14px;
    font-weight: bold;
    margin-top: -10px;
}
/************************************************
About us page
************************************************/

#about-us
{
	margin: 5px 0px 6px 0px;
	text-align: justify;
	font-size: 12px;
}

#about-us p
{
	margin: 20px 0px 6px 0px;
	text-align: justify;
	font-size: 13px;
	font-weight: bold;
}

/************************************************
----
************************************************/