﻿@charset "utf-8";

/*----------------------------------------
  Purple 
----------------------------------------*/

.srp-purple .srp-site-title {
	background-color: #9166a9;
}

.srp-purple .srp-content-titlebox {
	border-top:7px solid #9166a9;
	background-color: #d9e3ec;/* 15%;*/
}

.srp-purple .srp-product-id {
	color: #9166a9;
}

.srp-purple h4.btn {
	background-color:#9166a9;
}

.srp-purple h4.btn:hover {
	background-color:#801a7a;
}

.srp-purple .srp-main-menu li {
	background-image: url(css-img/link-arrow-purple.png);
}

.srp-purple .srp-mainbox-title {
	color: #9166a9;
	border-left: 5px solid #9166a9;	
}

.srp-purple .spCategory {
    background-color:#dfc6de;
	color:#444;
}

/*----------------------------------------
  Green
----------------------------------------*/
.srp-green .srp-site-title {
	background-color: #79bd28;
}

.srp-green .srp-content-titlebox {
	border-top: 7px solid #79bd28;
	background-color:#e0edd3;	
}

.srp-green .srp-product-id {
	color: #79bd28;
}

.srp-green h4.btn {
	background-color:#79bd28;
}

.srp-green h4.btn:hover {
	background-color:#339961;
}

.srp-green .srp-main-menu li {
	background-image: url(css-img/link-arrow-green.png);	
}

.srp-green .srp-mainbox-title {
	color: #79bd28;
	border-left: 5px solid #79bd28;	
}

.srp-green .spCategory {
    background-color:#bfdfcd;	
}

/*----------------------------------------
  Blue
----------------------------------------*/

.srp-blue .srp-site-title {
	background-color: #339dd6;
}

.srp-blue .srp-content-titlebox {
	border-top: 7px solid #339dd6;
	background-color:#d9edf7;	
}

.srp-blue .srp-product-id {
	color: #0085cc;
}

.srp-blue h4.btn {
	background-color:#339dd6;
}

.srp-blue h4.btn:hover {
	background-color:#0085cc;
}

.srp-blue .srp-main-menu li {
	background-image: url(css-img/link-arrow-blue.png);	
}

.srp-blue .srp-mainbox-title {
	color: #0085cc;
	border-left: 5px solid #0085cc;	
}

.srp-blue .spCategory {
    background-color:#d6e4f2;	
}

/*----------------------------------------
  Yellow
----------------------------------------*/

.srp-yellow .srp-site-title {
	background-color: #ebb933;
}

.srp-yellow .srp-content-titlebox {
	border-top: 7px solid #ebb933;
	background-color:#fcf5e1;/* 15% */
}

.srp-yellow .srp-product-id {
	color: #e6a800;
}

.srp-yellow h4.btn {
	background-color:#ebb933;
}

.srp-yellow h4.btn:hover {
	background-color:#e6a800;
}

.srp-yellow .srp-main-menu li {
	background-image: url(css-img/link-arrow-yellow.png);	
}

.srp-yellow .srp-mainbox-title {
	color: #e6a800;
	border-left: 5px solid #e6a800;	
}

.srp-yellow .spCategory {
    background-color:#fcf5e1;	
}

/*----------------------------------------
  Light Blue
----------------------------------------*/

.srp-light-blue .srp-site-title {
	background-color: #7db5ea;
}

.srp-light-blue .srp-content-titlebox {
	border-top: 7px solid #7db5ea;
	background-color:#ecf4fc;/* 15% */
}

.srp-light-blue .srp-product-id {
	color: #5ca3e5;
}

.srp-light-blue h4.btn {
	background-color:#7db5ea;
}

.srp-light-blue h4.btn:hover {
	background-color:#5ca3e5;
}

.srp-light-blue .srp-main-menu li {
	background-image: url(css-img/link-arrow-light-blue.png);	
}

.srp-light-blue .srp-mainbox-title {
	color: #5ca3e5;
	border-left: 5px solid #5ca3e5;	
}

.srp-light-blue .spCategory {
    background-color:#ecf4fc;	
}

/*----------------------------------------
  Red
----------------------------------------*/

.srp-red .srp-site-title {
	background-color: #d6545a;
}

.srp-red .srp-content-titlebox {
	border-top: 7px solid #d6545a;
	background-color:#f7dfe0;/* 15% */
}

.srp-red .srp-product-id {
	color: #cc2931;
}

.srp-red h4.btn {
	background-color:#d6545a;
}

.srp-red h4.btn:hover {
	background-color:#cc2931;
}

.srp-red .srp-main-menu li {
	background-image: url(css-img/link-arrow-red.png);	
}

.srp-red .srp-mainbox-title {
	color: #cc2931;
	border-left: 5px solid #cc2931;	
}

.srp-red .spCategory {
    background-color:#f7dfe0;	
}


