/* CATEGORIES */
.categories_block { }
.categories_block a { color:#3f6f9d; text-decoration:none; font-weight:bold; font-family:Arial; }

/* ARTICLE CONTAINER */
.article-container { margin:10px 0px; color:#444; }
.article-container div { margin:2px 0px; }

.article-container .title { background:none; color:#369; font-size:14px; font-weight:bold; margin:5px 0; padding:0; border:0; letter-spacing:1 }

.article-container .title_block { background:none; color:#333; font-size:12px; margin-top:10px; padding:0; border:0; letter-spacing:1 }

.article-container .summary { margin:10px 0px; color:#444; }
.article-container .summary_main { margin:10px 0px; color:#444; font-weight:bold; }

.article-container .main_article { margin:10px 0px; }

.article-container .author_summary { border-top:1px solid #EEE; background-color:#FAFAFA; font-style:italic; font-size:11px; }

.article-container .author { color:#47A; font-weight:bold; }

.article-container .author_details { float:right; border:1px solid #EEE; background:#FAFAFA; width:200px; margin-left:10px; color:#444; padding:2px 10px; text-align:left;  }

.article-container .date_posted { font-weight:normal; color:#444; font-style:italic }
.article-container .date_posted_block { color:#3f6f9d; font-size:10px; }
.article-container a.title, .article-container .title a, .article-container .title_block a { color:#3f6f9d; text-decoration:none; font-weight:bold; font-family:Arial; }
.article-container .title_block a, .article-container a.title { font-size:12px }

.article-container 

/* NO ENTRIES FOUND */
div.no-entries {
	margin:10px 0px;
	background-color:#EEE;
	padding:2px;
}

/* TESTIMONIAL CSS */
div.testi-container {
	margin:10px 0px; 
}
div.testi-container .author { color:#336699; font-weight:bold; }
div.testi-container .body { color:#444; text-align:justify; text-indent:10px; }


/* AUTHENTICATION CSS */
div.auth-error { 
	background-color:#FAFAFA;
	border:1px solid red;
	padding:10px;
	color:red;
}

/* MANAGEMYPICTURES CSS */
div.picture-container { background-color:#FAFAFA; padding:4px; border:1px solid #DDDDDD; margin:10px 0; }
div.picture-container .title { font-weight:bold; font-size:12px; color:#FF6633; margin:5px 0px; border:0; }
div.picture-container .default-pic { font-weight:bold; font-size:12px; color:#FF0000; }

div.picture-container-preview { background-color:#FAFAFA; padding:4px; border:1px dashed #666; margin:10px 0; }
div.picture-container-preview .title { font-weight:bold; font-size:12px; color:#FF6633; margin:5px 0px; border:0; }


/* CATALOG CSS PORTION */
.catalog-folder-crumbs { 
	background-color:#FAFAFA;
	border:1px solid #EEE;
	padding:4px 1px; 
}
.catalog-folder-crumbs a {
	font-size:12px;
	font-weight:bold;
	color:#333; 
	text-decoration:none;
}

.catalog-item-summary {
	margin:10px 0px;
	background-color:#EEE;
}
.catalog-item-summary td {
	background-color:#FFF;
}

.catalog-item-summary .image {
	width:120px;
	text-align:center;
}

.catalog-item-summary .info {
	width:400px;
}


/* BREAD CRUMBS */
.breadcrumbs { margin:0px 6px; }
.breadcrumbs a { color:#000; font-weight:bold; font-size:14px; text-decoration:none; }

/* SITE OBJECT */
.site-object { 
    margin:10px 0px;
}

.site-object .title {
    font-size:16px; 
    color:#666;
    font-size:16px;
    font-weight:bold;
}

.site-object .content {
    margin:10px 0px;
    color:#444;
}

/* CATALOG CSS PORTION */
.catalog-container {
	float:left;
	width:150px;
	height:200px;
	text-align:center;
	margin:5px;
	
}

.catalog-container .item_image { 
	height:100px;
	vertical-align:middle;
	display:table-cell;
	width:150px;
	border:1px solid #EEE;
}
.catalog-container .item_title { 
	font-weight:bold;
	color:#999;
	
}

.catalog-container .item_price { 
	color:#FF9900;
	font-weight:bold;
}

.catalog-container a {
	text-decoration:none; 
	color:#999;
	font-size:10px;
	text-transform:uppercase;

}

/* .catalog-container img { vertical-align:middle; } */


/* CATALOG FULL CSS */
.catalog-full-container {
	
}

.catalog-full-container .label {
	font-weight:bold;
	text-transform:uppercase;
	text-align:right;
	font-size:10px;
	letter-spacing:1;
	width:120px;
}

.catalog-full-container .value {
	font-weight:normal;
	color:#000000;
	padding-left:10px;
}

.catalog-full-container .item_code {
	font-weight:bold;
	font-family:Arial;
}
.catalog-full-container .item_title {
	font-weight:bold;
	letter-spacing:1;
}

.catalog-full-container select, .catalog-full-container .input {
	font-size:11px;
}

.catalog-full-container button, .catalog-full-container button.second {
	background-color:#FF9900; 
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	border:0px;
}

.catalog-full-container a {
	color:#666;
	font-weight:normal;
	text-decoration:none;
}

/* FAQ CSS PORTION */
.faq-item-detail {
    margin:10px 0px;
}

.faq-item-detail .question {
    font-weight:bold;
    color:#333;
}

.faq-item-detail .answer {
    color:#666;
    margin:5px 0px 15px;
}

.faq-item-summary {
    margin:5px 0px;
}

.faq-item-summary a {
    font-weight:normal;
    font-size:12px;
    text-decoration:underline;
    color:#666;
}

.faq-category-container {
    margin:10px 0px;
    border:1px solid #EEE;
    padding:4px;
    background-color:#FAFAFA;
}
.faq-category-container .title {
    font-weight:bold;
    font-size:14px;
    color:#336699;
}

/* PICK OF THE DAY */

.pickoftheday { 
	color:#FFF;

}

.pickoftheday .title {
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	margin:5px;
}

.pickoftheday .code {
	color:#000;	
	font-size:14px;
}

.pickoftheday .price {
	font-size:12px;
	font-weight:bold;
}

.pickoftheday .value {
	color:#333;
	padding-left:5px;
}

.pickoftheday .label { 
	padding-left:5px;
	color:#000;
	font-weight:normal;
}


.pickoftheday .code_value {
	padding-left:5px;
	color:#000;
	font-weight:bold;
	font-size:12px;
}

.pickoftheday .code_label {
	padding-left:5px;
	color:#000;
	font-weight:bold;
	font-size:12px;
}

.pickoftheday .view {
	margin-top:10px;
	text-align:right;
	color:#000;
	
}

.pickoftheday .view a {
	text-decoration:underline;
	color:#000;
}

/* FORM FIELDS CSS */
.form-fields {
    
}

.form-fields div.label { font-weight:bold; margin:10px 0px 2px; color:#666; }

.form-fields span { font-weight:normal; color:#666; }

.form-fields .note { font-weight:normal; padding:4px; background-color:#FFFFCC; border:1px solid #F90; }



Body.Popup {
    background-image:url(../images/popup/popup_bg.jpg);
    background-repeat:repeat-x;
    background-color:#dbdfe8;
    padding:10px;
}

Body.Popup a { color:#333; }

Body.Popup div.title { background-color: #ddf; color: #000; font-weight: bold; font-size: 14px; padding: 3px 10px; margin:0px 0px 10px; border-bottom: 1px  solid black; letter-spacing: 2px; }

Body.Popup .form-fields { }

Body.Popup .form-fields div.label, div { color:#000; font-family:Arial,sans-serif; font-size:12px; margin:10px 0px 2px; font-weight:normal; }

Body.Popup .form-fields input, Body.Popup .form-fields textarea, Body.Popup .form-fields select { font-size:12px; }

Body.Popup .form-fields input.button, Body.Popup .form-fields button {
    background-image:url(../images/popup/btn_bg.jpg);
    height:30px;
    font-weight:bold;
    color:#FFF;
    font-size:11px;
    border:1px solid;
    border-color:#fff #4379b9 #4379b9 #fff;
    margin:0;
    margin-right:2px;
}

/* SUCCESS BOX CSS */
div.success-box {
    border:1px solid #DDDDDD;
}

div.success-box .header { 
    background-color:#FAFAFA;
    padding:4px;
    color:#333333;
    font-weight:bold;
    font-size:12px;
}

div.success-box .content {
    padding:4px;
}

div.success-box .redirect {
    font-size:10px;
    padding:4px;
}

Body.Popup div.success-box {
    border:1px solid #DDDDDD;
    background-color:#dbdfe8;
}

Body.Popup div.success-box .header { 
    background-color:#003366;
    padding:4px;
    color:#FFF;
    font-weight:bold;
    font-size:12px;
    margin:0px;
}

Body.Popup div.success-box .content {
    padding:4px;
    color:#000;
}

Body.Popup div.success-box .redirect {
    font-size:10px;
    padding:4px;
    color:#000;
}


/* ERROR CSS */
div.errors {
    border:1px dashed red;
    padding:4px;
    color:red;
    margin:10px 0px;
}
div.errors div { color:red; }

/* BUTTON LINK CSS */ 
.button-link {
    margin:10px 0px;
}
.button-link a {
    border:0px;
    background-color:#999999;
    color:#FFF;
    text-decoration:none; 
    padding:2px 8px;
    font-weight:bold;
}

.button-link-right {
    margin:10px 0px;
    text-align:right;
}
.button-link-right a {
	border:0px;
    background-color:#999999;
    color:#FFF;
    text-decoration:none; 
    padding:2px 8px;
    font-weight:bold;
}

.button-link-small {
    margin:10px 0px;
}
.button-link-small a {
    border:1px solid #AAA;
    background-color:#DDD;
    color:#000;
    text-decoration:none; 
    font-size:11px;
    padding:1px 4px;
}

.button-link-right-small {
    margin:5px 0px;
    text-align:right;
}
.button-link-right-small a {
    border:1px solid #AAA;
    background-color:#DDD;
    color:#000;
    text-decoration:none; 
    padding:1px 4px;
    font-size:11px;
}

div.page-spanner {
	text-align:right;
	color:#666;
	font-family:Arial,sans-serif;
	letter-spacing:1;
}

div.page-spanner a:link, div.page-spanner a:visited, div.page-spanner a:active {
	color:#000;
	font-family:Arial,sans-serif;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #999;
}


div.page-spanner a:hover {
	color:#999;
	font-family:Arial,sans-serif;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #F00;
}

